YuChengLong 3 anni fa
parent
commit
232f2d790a
1 ha cambiato i file con 56 aggiunte e 0 eliminazioni
  1. +56
    -0
      .gitignore

+ 56
- 0
.gitignore Vedi File

@@ -0,0 +1,56 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
*.pid

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
/target/

### VS Code ###
.vscode/

### Example user template template
### Example user template

# IntelliJ project files
.idea
*.iml
/logs/
out
target
.classpath
.factorypath
.project
*.iml
*.log
*.pid
.apt_generated
.apt_generated_tests
.settings
gen
target
!/saaf.iml


Caricamento…
Annulla
Salva