Files
novel_frontend_RcKtFezyRAZX/.gitignore
mzltMpfqGS e4a087e67e init
2026-04-15 19:45:16 +08:00

89 lines
774 B
Plaintext

#java
*.class
#package file
*.war
*.ear
*.zip
*.tar.gz
*.rar
#maven ignore
target/
build/
#eclipse ignore
.settings/
.project
.classpatch
#Intellij idea
.idea/
/idea/
*.ipr
*.iml
*.iws
# temp file
*.log
*.cache
*.diff
*.patch
*.tmp
# system ignore
.DS_Store
Thumbs.db
node_modules
**/dist
# python
venv/
env/
ENV/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
*.db
*.sqlite
# python env
.env
.env.local
# Django
*.log
local_settings.py
media/
staticfiles/
db.sqlite3
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
nul
settings.local.json