pytest-jequnauto/.gitignore

56 lines
543 B
Plaintext

##ignore this file##
/venv/
/target/
/.idea/
/.settings/
/.vscode/
/bin/
/report/
!index.pyc
*.pyc
.classpath
.project
.settings
.idea
##filter databfile、sln file##
*.mdb
*.ldb
*.sln
##class file##
*.com
*.class
*.dll
*.exe
*.q
*.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!/pytest-auto-api源码解析
/URL_test.py
/pytest-auto-api源码解析