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
node_modules
.sapper
/.sapper/
yarn.lock
yarn-error.log
cypress/screenshots
templates/.*
export
build
app/manifest
/cypress/screenshots/
/templates/.*
/export/
/build/
/app/manifest/