generated from it-at-m/oss-repository-en-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (42 loc) · 986 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Covers Maven specific
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
!/.mvn/wrapper/maven-wrapper.jar
# Covers Eclipse specific:
.settings/
.classpath
.project
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
.idea
*.iml
# Covers Netbeans:
**/nbproject/private/
**/nbproject/Makefile-*.mk
**/nbproject/Package-*.bash
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
# do not check in master data and application profile yml
src/**/application-*.yml
src/main/resources/*.csv
src/main/resources/**/*.csv
src/main/resources/*.sql
src/main/resources/**/*.sql
src/main/resources/db/migration/R*.sql
!src/main/resources/db/migration/V*.sql
!src/main/resources/db/migration/U*.sql
!src/test/resources/application-unittest.yml
src/**/logback-spring.xml
node_modules/
package-lock.json
isi-backend
isi-reporting