-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
74 lines (54 loc) · 970 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Ignore node modules
node_modules/**/*
# Ignore App file
.expo/*
npm-debug.*
*.jks
*.p12
*.key
*.mobileprovision
*.tfvars.json
# Environment Variables
.env
.DS_Store
*.iml
*.ignore
# Untracked Directory
.idea/
node_modules/
# Ignore Package-lock.json
package-lock.json
# Ignore log file made by NPM
*.log
npm-debug-log.*
# Ignore release folder
build/Release
# Ignore cache directory
.npm
# Ignore Target of Typescript
dist
#Ignore IDE/Notepade File
.vscode
# Ignore .nyc folder produce by converage test report
.nyc_output/
coverage/
# Ignore .expo directory
*/.expo
.expo-shared
# Ignore terraform file
.terraform
# Ignoring the variables of tf
variables.tf
# Ignore tf state
*.tfstate
# Ignore tf plan
plan
# Ignore generated state
terraform.tfstate.d
terraform.tfstate.backup
# Ignore all yaml ending with secret because they are secret
*secret.yaml
# Ignore autogen file by hardening solution
ubuntu.cfg
# Ignore auto-gen ip.json file
IP.json