PIbd-23_Dyakonov_R_R_Tank_Hard/.gitignore

59 lines
709 B
Plaintext
Raw Permalink Normal View History

2023-11-18 19:17:07 +04:00
### IntelliJ IDEA ###
out/
!**/src/main/**/out/
!**/src/test/**/out/
.idea
2023-11-18 19:17:07 +04:00
ProjectTankHard.iml
PIbd-23_Dyakonov_R_R_Tank_Hard.iml
2023-11-18 19:17:07 +04:00
### 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
2023-11-18 18:11:26 +04:00
# ---> Java
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
2023-11-18 19:17:07 +04:00
replay_pid*