You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
604 B
57 lines
604 B
# Project Files #
|
|
######################
|
|
.vagrant
|
|
.idea
|
|
.terraform
|
|
.tfstate
|
|
.tfstate.backup
|
|
venv
|
|
credentials
|
|
*.pyc
|
|
|
|
/.gradle
|
|
/.classpath
|
|
/lint.xml
|
|
/*.iml
|
|
/.settings
|
|
/bin
|
|
/obf
|
|
/libs
|
|
/out
|
|
/proguard
|
|
/target
|
|
**/node_modules
|
|
**/target
|
|
*.iml
|
|
*.brackets.json
|
|
.project
|
|
build
|
|
**/reports
|
|
**/screenshots
|
|
**/allure-report
|
|
**/allure-results
|
|
**/npm-debug.log
|
|
**/settings.txt
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
Icon?
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Compiled source #
|
|
###################
|
|
*.class
|
|
/.gitignore
|
|
*.jar
|
|
*.jnlp
|
|
*.vdi
|
|
|
|
# Ansible #
|
|
###########
|
|
*.retry
|