2014-05-07 10:18:12 +08:00
|
|
|
# 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
|
2017-07-03 16:16:05 +08:00
|
|
|
# *.tar.gz
|
|
|
|
|
|
|
|
node_modules/
|
2017-07-26 11:26:28 +08:00
|
|
|
runtime/
|
2017-09-26 14:24:44 +08:00
|
|
|
./prd/
|
2017-09-12 16:54:18 +08:00
|
|
|
plugins/
|
2017-07-05 21:08:51 +08:00
|
|
|
dev/
|
2017-08-11 16:04:49 +08:00
|
|
|
.tags
|
|
|
|
.tags1
|
2017-08-24 14:20:38 +08:00
|
|
|
tsconfig.json
|
2017-09-28 20:40:29 +08:00
|
|
|
client/plugin-module.js
|
2017-10-05 14:17:24 +08:00
|
|
|
package-lock.json
|
|
|
|
.vscode
|