add gitignore
This commit is contained in:
parent
2951f6c600
commit
b4a14cb747
|
@ -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/
|
Loading…
Reference in New Issue