1
0
KotlinStarter/.gitignore
2020-09-10 15:25:40 +02:00

41 lines
508 B
Plaintext

# Java
.mtj.tmp/
*.class
*.jar
*.war
*.ear
*.nar
hs_err_pid*
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
pom.xml.bak
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
# IntelliJ
out/
.idea/
.idea_modules/
*.iml
*.ipr
*.iws
# Dependency directories
node_modules/
# yarn
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.yarn-integrity
yarn-debug.log*
yarn-error.log*