-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
32 lines (30 loc) · 899 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*/venv/
/*/.vscode/
/*/*.iml
/.idea/
/*/.idea/
convention-service/*/HELP.md
convention-service/*/target/
convention-service/*/!.mvn/wrapper/maven-wrapper.jar
convention-service/*/!**/src/main/**/target/
convention-service/*/!**/src/test/**/target/
convention-service/*/.apt_generated
convention-service/*/.classpath
convention-service/*/.factorypath
convention-service/*/.project
convention-service/*/.settings
convention-service/*/.springBeans
convention-service/*/.sts4-cache
convention-service/*/.idea
convention-service/*/*.iws
convention-service/*/*.iml
convention-service/*/*.ipr
convention-service/*//nbproject/private/
convention-service/*//nbbuild/
convention-service/*//dist/
convention-service/*//nbdist/
convention-service/*//.nb-gradle/
convention-service/*/build/
convention-service/*/!**/src/main/**/build/
convention-service/*/!**/src/test/**/build/
convention-service/*/.vscode/