source: .gitignore@ 7eed782

Last change on this file since 7eed782 was 7eed782, checked in by Anita Terziska <63020646+Nit4e@…>, 22 months ago

DB folder containig DDL and DML scripts added

  • Property mode set to 100644
File size: 400 bytes
Line 
1HELP.md
2target/
3!.mvn/wrapper/maven-wrapper.jar
4!**/src/main/**/target/
5!**/src/test/**/target/
6
7### STS ###
8.apt_generated
9.classpath
10.factorypath
11.project
12.settings
13.springBeans
14.sts4-cache
15
16### IntelliJ IDEA ###
17.idea
18.mvn
19*.iws
20*.iml
21*.ipr
22
23### NetBeans ###
24/nbproject/private/
25/nbbuild/
26/dist/
27/nbdist/
28/.nb-gradle/
29build/
30!**/src/main/**/build/
31!**/src/test/**/build/
32
33### VS Code ###
34.vscode/
Note: See TracBrowser for help on using the repository browser.