SC-be-java/.gitignore
2023-06-26 08:52:49 +07:00

67 lines
898 B
Plaintext

##########################
## Configuration
##########################
**/jdbc.*.properties
**/.gitignore
##########################
## Spring
##########################
**/web.xml
##########################
## 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