mirror of
https://github.com/Cametendo/Cards-Gate.git
synced 2026-03-18 04:40:20 +01:00
created the main Project Folder
Configured the .gitignore
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -19,6 +19,13 @@
|
||||
*.tar.gz
|
||||
*.rar
|
||||
|
||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
# virtual machine crash logs
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
#IntelliJ
|
||||
# IntelliJ IDEA project files
|
||||
.idea/
|
||||
*.iml
|
||||
/out/
|
||||
|
||||
|
||||
29
Cards-Gate/.gitignore
vendored
Normal file
29
Cards-Gate/.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
### IntelliJ IDEA ###
|
||||
out/
|
||||
!**/src/main/**/out/
|
||||
!**/src/test/**/out/
|
||||
|
||||
### 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
|
||||
0
Cards-Gate/src/Main.java
Normal file
0
Cards-Gate/src/Main.java
Normal file
Reference in New Issue
Block a user