Skip to content

Commit 8239b2d

Browse files
committed
Update gitignore
1 parent 627bf94 commit 8239b2d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
.terraform
2+
*.tfstate*
13
.project
24
*~
35
*.csv
46
.DS_*
57
node_modules/*
68
!node_modules/fc.lib.*/
79
atlassian-ide-plugin.xml
8-
.idea/
10+
.*idea/
911
*.log
1012
.settings
1113
node_modules
@@ -15,3 +17,4 @@ coverage/
1517
.coveralls.yml
1618
reports/
1719
nbproject
20+
.vscode

0 commit comments

Comments
 (0)