SC-be-java/.gitignore
Salman Manoe 4776a0af9e Create web.xml
Add maven webapp config untuk modul pelayanan
2023-07-29 10:49:19 +07:00

62 lines
807 B
Plaintext

##########################
## Configuration
##########################
**/.gitignore
##########################
## Java
##########################
*.class
.mtj.tmp/
*.jar
*.war
*.ear
*.log
hs_err_pid*
##########################
## Maven
##########################
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
##########################
## Eclipse
##########################
.metadata
**/.classpath
**/.project
**/.settings/
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.loadpath
# *.classpath
# *.project
# target/
# .settings/
##########################
## IntelliJ IDEA
##########################
.idea
*.iws
**/*.iml
*.ipr
##########################
## VS Code
##########################
.vscode/
jasamedika-core/jasamedika-core.iml
*.iml