cuizin/.gitignore

22 lines
219 B
Plaintext
Raw Permalink Normal View History

*.swp
2018-02-27 17:47:32 +01:00
*.pyc
package-lock.json
yarn.lock
2018-02-27 17:47:32 +01:00
*.db
2018-02-28 22:06:21 +01:00
__pycache__
.DS_Store
node_modules/
/cuizin/dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln