We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c0080 commit a6d7640Copy full SHA for a6d7640
2 files changed
.gitignore
@@ -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
-
9
### STS ###
10
.apt_generated
11
.classpath
@@ -20,6 +12,10 @@ target/
20
12
*.iws
21
13
*.iml
22
14
*.ipr
15
+HELP.md
16
+target/
17
+.mvn/wrapper/maven-wrapper.jar
18
+!**/src/main/**/target/
23
19
24
### NetBeans ###
25
/nbproject/private/
@@ -29,12 +25,11 @@ target/
29
/.nb-gradle/
30
26
build/
31
27
!**/src/main/**/build/
32
-!**/src/test/**/build/
33
28
34
### VS Code ###
35
.vscode/
36
37
### Environment variables ###
38
.env
39
-# Test configuration generated in CI
40
src/test/resources/application-test.properties
+src/main/resources/application-local.properties
src/main/resources/application-local.properties
0 commit comments