fork from bc4552c5a8
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
# kdiff3 ignore
|
||||
*.orig
|
||||
|
||||
# maven ignore
|
||||
target/
|
||||
|
||||
# eclipse ignore
|
||||
.settings/
|
||||
.project
|
||||
.classpath
|
||||
.history
|
||||
|
||||
# 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/
|
||||
/dev/
|
||||
.tags
|
||||
.tags1
|
||||
tsconfig.json
|
||||
.vscode
|
||||
/iconfont
|
||||
Reference in New Issue
Block a user