Ad gitignore

This commit is contained in:
Oscar Alvarez 2021-01-21 21:42:39 -05:00
parent 60b7ddbbd5
commit f2b0e58c0c
1 changed files with 29 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/build
/dist
*egg-info
/node_modules
# testing
/coverage
# production
/build
# misc
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock*
/__pycache__
/app/__pycache__
/app/commons/__pycache__