deemixer/.gitignore

34 lines
360 B
Plaintext
Raw Normal View History

2020-05-25 20:21:24 +00:00
__pycache__
*/__pycache__
.DS_Store
node_modules
2020-11-19 18:33:23 +00:00
package-lock.json
2020-05-25 20:21:24 +00:00
# pyinstaller build dirs
/dist
/build
# local env files
/env/
/venv/
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
# .vscode
2020-05-25 20:21:24 +00:00
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Private configs
/config.py
tailwind.config.full.js