mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-15 05:10:47 +08:00
42 lines
366 B
Plaintext
42 lines
366 B
Plaintext
# kdiff3 ignore
|
|
*.orig
|
|
|
|
# maven ignore
|
|
target/
|
|
|
|
# eclipse ignore
|
|
.settings/
|
|
.project
|
|
.classpath
|
|
|
|
# idea ignore
|
|
.idea/
|
|
*.ipr
|
|
*.iml
|
|
*.iws
|
|
|
|
# temp ignore
|
|
*.log
|
|
*.cache
|
|
*.diff
|
|
*.patch
|
|
*.tmp
|
|
|
|
# system ignore
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# package ignore (optional)
|
|
# *.jar
|
|
# *.war
|
|
# *.zip
|
|
# *.tar
|
|
# *.tar.gz
|
|
|
|
node_modules/
|
|
runtime/init.lock
|
|
runtime/log
|
|
prd/
|
|
dev/
|
|
server_dist/
|