Merge pull request #56 from sveltejs/git-55

Ignore folders correctly
This commit is contained in:
Rich Harris
2018-04-20 09:01:00 -04:00
committed by GitHub

12
.gitignore vendored
View File

@@ -1,10 +1,10 @@
.DS_Store .DS_Store
node_modules node_modules
.sapper /.sapper/
yarn.lock yarn.lock
yarn-error.log yarn-error.log
cypress/screenshots /cypress/screenshots/
templates/.* /templates/.*
export /export/
build /build/
app/manifest /app/manifest/