mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-09 05:00:30 +08:00
46 lines
419 B
Plaintext
Executable File
46 lines
419 B
Plaintext
Executable File
# 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/
|
|
./prd/
|
|
plugins/
|
|
dev/
|
|
.tags
|
|
.tags1
|
|
tsconfig.json
|
|
client/plugin-module.js
|
|
package-lock.json
|
|
.vscode |