Browse Source

⚰️ 移除模块 ignore 文件

3.x
Yangkai.Shen 2 years ago
parent
commit
9fd8d074db
2 changed files with 0 additions and 50 deletions
  1. +0
    -25
      demo-helloworld/.gitignore
  2. +0
    -25
      demo-properties/.gitignore

+ 0
- 25
demo-helloworld/.gitignore View File

@@ -1,25 +0,0 @@
/target/
!.mvn/wrapper/maven-wrapper.jar

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

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

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

+ 0
- 25
demo-properties/.gitignore View File

@@ -1,25 +0,0 @@
/target/
!.mvn/wrapper/maven-wrapper.jar

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

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

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

Loading…
Cancel
Save