Skip to content

Commit a6d7640

Browse files
authored
Fix/delete files local (#44)
1 parent b3c0080 commit a6d7640

2 files changed

Lines changed: 5 additions & 20 deletions

File tree

.gitignore

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
application-local.properties
2-
.env
3-
HELP.md
4-
target/
5-
.mvn/wrapper/maven-wrapper.jar
6-
!**/src/main/**/target/
7-
!**/src/test/**/target/
8-
91
### STS ###
102
.apt_generated
113
.classpath
@@ -20,6 +12,10 @@ target/
2012
*.iws
2113
*.iml
2214
*.ipr
15+
HELP.md
16+
target/
17+
.mvn/wrapper/maven-wrapper.jar
18+
!**/src/main/**/target/
2319

2420
### NetBeans ###
2521
/nbproject/private/
@@ -29,12 +25,11 @@ target/
2925
/.nb-gradle/
3026
build/
3127
!**/src/main/**/build/
32-
!**/src/test/**/build/
3328

3429
### VS Code ###
3530
.vscode/
3631

3732
### Environment variables ###
3833
.env
39-
# Test configuration generated in CI
4034
src/test/resources/application-test.properties
35+
src/main/resources/application-local.properties

src/main/resources/application-local.properties

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)