-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
62 lines (62 loc) · 1.12 KB
/
.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
!**.java
!**.ts
!/.idea/codeStyleSettings.xml
!/.idea/compiler.xml
!/.idea/encodings.xml
!/.idea/findbugs-idea.xml
!/.idea/inspectionProfiles/*.xml
!/.idea/runConfigurations/**
!/.idea/dataSources.xml
!/.idea/sqldialects.xml
!/.idea/typescript-compiler.xml
/.idea/*.ids
/.idea/artifacts/
/.idea/dataSources.local.xml
/.idea/dataSources/
/.idea/dictionaries/
/.idea/gradle*.xml
/.idea/httpRequests/
/.idea/httpRequests/http-requests-log.http
/.idea/libraries/
/.idea/modules.xml
/.idea/modules/
/.idea/shelf/**
/.idea/uiDesigner.xml
/.idea/vagrant.xml
/.idea/workspace.xml
**/*.bak
**/*.iml
**/*.ipr
**/*.log.*.zip
**/*~
**/src/docs/asciidoc/.asciidoctor/
**/src/docs/asciidoc/images/architecture-diagram.*
**/src/webapp/src/**/*.js
**/src/webapp/src/**/*.js.map
*.log
*.log.*
*.retry
.build-cache/
.classpath
.gradle
.nodejs/
.project
.settings/
.tmp/
.vagrant/
**/lombok.config
a.a
build/
codekvast.iws
node_modules/
out/
**/src/webapp/dist/
target/
tools/downloaded/
typings/
.buildState
ajcore.*.txt
**/.DS_Store
/product/server/dashboard/src/webapp/coverage/
/product/server/dashboard/src/webapp/.angular/cache/
/.idea/sonarlint/issuestore/