xzs-mysql/.gitignore

35 lines
257 B
Plaintext
Raw Permalink Normal View History

2020-06-14 16:44:45 +08:00
# maven ignore
target/
*.jar
*.war
*.zip
*.tar
*.tar.gz
# eclipse ignore
.settings/
.project
.classpath
2020-11-23 10:52:40 +08:00
# idea ignore
2020-06-14 16:44:45 +08:00
.idea/
*.ipr
*.iml
*.iws
# temp ignore
logs/
*.doc
*.log
*.cache
*.diff
*.patch
*.tmp
2020-11-23 10:52:40 +08:00
# system ignore
2020-06-14 16:44:45 +08:00
.DS_Store
Thumbs.db
*.class