add gitignore

This commit is contained in:
september 2025-08-13 14:39:25 +08:00
parent 2951f6c600
commit b4a14cb747
1 changed files with 55 additions and 0 deletions

55
.gitignore vendored Normal file
View File

@ -0,0 +1,55 @@
##ignore this file##
/target/
/.idea/
/.settings/
*/__pycache__
/.vscode/
/Django/
/bin/
*测试报告.html
/save_xls/
/save_xmind/
*.pyc
.classpath
.project
.settings
.idea
##filter databfile、sln file##
*.mdb
*.ldb
*.sln
##class file##
*.com
*.class
*.dll
*.exe
*.o
*.so
# compression file
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
*.via
*.tmp
*.err
*.log
*.iml
# OS generated files #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
.factorypath
/.mvn/
/mvnw.cmd
/mvnw
*-save_xmind/