Explorar el Código

完善框架

master
张泽亮 hace 2 meses
padre
commit
917009e292
Se han modificado 1 ficheros con 46 adiciones y 0 borrados
  1. +46
    -0
      .gitignore

+ 46
- 0
.gitignore Ver fichero

@@ -0,0 +1,46 @@
######################################################################
# Build Tools

.gradle
/build/
!gradle/wrapper/gradle-wrapper.jar

target/
!.mvn/wrapper/maven-wrapper.jar

######################################################################
# IDE

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans

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

### JRebel ###
rebel.xml
### NetBeans ###
nbproject/private/
build/*
nbbuild/
dist/
nbdist/
.nb-gradle/

######################################################################
# Others
*.log
*.xml.versionsBackup
*.swp

!*/build/*.java
!*/build/*.html
!*/build/*.xml

Cargando…
Cancelar
Guardar