Skip to content

Commit e2ebbde

Browse files
committed
Merge branch 'feature/gitignore' into develop
2 parents 5d91844 + f05d9de commit e2ebbde

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.gitignore

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
1+
### editor
12
.vs/
23
.vscode/
34
.idea/
45

6+
### terraform
7+
.terraform/
8+
.terraform.lock.hcl
9+
*.tfstate
10+
11+
### python
512
__pycache__/
613
.pytest_cache/
714
venv/
815

16+
### temp
917
temp/
1018
*-temp.*
1119

12-
nohup.*
13-
20+
### files
1421
*.crt
1522
*.csr
1623
*.jar

0 commit comments

Comments
 (0)