aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 7bc0658371e303d045b24419b23b856258590596 (plain)
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
.tmp/*
.tmp_imploded/*
bower_components/*
node_modules/*
dist/*
.tmp_imploded/fonts/glyphicons-halflings-regular.svg
app/app.env.js
.project
.idea/*
.vscode/
target/*
.settings*
.classpath
/*.war
/node/*
/src/main/webapp/comp-fe/*
/src/main/webapp/*.png
/src/main/webapp/*
!/src/main/webapp/META-INF/MANIFAST.MF
!/src/main/webapp/WEB-INF/config/dcae-fe/*
*.iml

# intelij idea IDE
*.iml


# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
/target/