-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
44 lines (36 loc) · 1019 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
!.gitignore
build/
target/
.idea/
.DS_Store
*.iml
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Node
node_modules/
admin/console/dist
# Eclipse
.settings/
.classpath
.project
# -- Cicd : Git ignore the [.circleci/**/*] which contains
# files which do not need to be commited (password to artifactory)
.circleci/**/*
# -- Cicd : Do not git ignore the [!./.circleci/config.yml] which contains
# the pipeline definition
!./.circleci/config.yml
# -- Cicd : Git ignore the [gpg.script.snippet.sh] which contains
# secrets (password to artifactory)
gpg.script.snippet.sh
# -- Cicd : The [graviteebot.gpg.priv.key] file contains secrets
# which should not be commited
graviteebot.gpg.priv.key
# -- Cicd : The [.secrethub.credential] file contains secrets
# which should not be commited
graviteebot.gpg.pub.key
# -- Cicd : The [.secrets.json] file contains secrets
# which should not be commited
.secrets.json