mirror of
https://gitee.com/qingqing-coconut-tea/RcKtFezyRAZX
synced 2026-07-21 10:32:32 +08:00
89 lines
774 B
Plaintext
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 |