LivingRoom/.gitignore

67 lines
No EOL
816 B
Text

.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
.kotlin
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store
# Gradle build artifacts
/build/
!gradle/wrapper/gradle-wrapper.jar # keep wrapper jar
# Gradle cache and logs
.gradle/
out/
# Local configuration files
local.properties
*.iml
.idea/
*.ipr
*.iws
# OS files
.DS_Store
Thumbs.db
# Temporary files
*.log
*.tmp
*.swp