rsnext/.gitignore
Luis Alvarez D 48c8440016
Add .vercel to gitignore (#13595)
Also added `.now`, this should make sure that if the Vercel CLI is used inside the examples to deploy a project, the project folder is not added to the list of changes.
2020-05-31 20:53:08 +00:00

36 lines
340 B
Text

# build output
dist
.next
# dependencies
node_modules
package-lock.json
yarn.lock
!/yarn.lock
test/node_modules
# logs & pids
*.log
pids
# coverage
.nyc_output
coverage
# test output
test/**/out*
test/**/next-env.d.ts
.DS_Store
# Editors
**/.idea
# examples
examples/**/out
examples/**/.env*.local
pr-stats.md
# Vercel
.vercel
.now