You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 编译文件
|
|
bin/
|
|
obj/
|
|
target/
|
|
build/
|
|
dist/
|
|
*.class
|
|
*.jar
|
|
*.war
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
env/
|
|
venv/
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# 日志文件
|
|
*.log
|
|
logs/
|
|
|
|
# 系统文件
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE文件
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# 临时文件
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# 大文件(如果有的话)
|
|
*.7z
|
|
*.zip
|
|
*.rar
|