initial commit
This commit is contained in:
parent
3b12a074a3
commit
965a48979e
16 changed files with 947 additions and 20 deletions
54
.gitignore
vendored
54
.gitignore
vendored
|
|
@ -1,26 +1,40 @@
|
|||
# ---> Java
|
||||
# Compiled class file
|
||||
*.class
|
||||
### Gradle ###
|
||||
.gradle
|
||||
build/
|
||||
!gradle/wrapper/gradle-wrapper.jar
|
||||
!**/src/**/build/
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
### IntelliJ IDEA ###
|
||||
.idea/
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
out/
|
||||
!**/src/**/out/
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
.run/
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
### Eclipse ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
.eclipse/
|
||||
.factorypath
|
||||
.project
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
bin/
|
||||
!**/src/**/bin/
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
*.nar
|
||||
*.ear
|
||||
*.zip
|
||||
*.tar.gz
|
||||
*.rar
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
### Mac OS ###
|
||||
.DS_Store
|
||||
|
||||
### Minecraft Modding ###
|
||||
run/
|
||||
!**/src/**/run/
|
||||
**/src/generated/**/.cache/
|
||||
repo/
|
||||
!**/src/**/repo/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue