aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 9bd2ce84ee82fb5264573bf00a87e1e82de030c6 (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
34
.tmp/*
.tmp_imploded/*
bower_components/*
app/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/