Skip to content

Commit ed64b56

Browse files
committed
Update .gitignore first
1 parent 0d43a65 commit ed64b56

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,15 @@
55
.idea/**/usage.statistics.xml
66
.idea/**/dictionaries
77
.idea/**/shelf
8-
*.iws
8+
*.iws
9+
10+
# Ignore .env files
11+
.env
12+
.env.production
13+
.env.staging
14+
15+
# Don't upload python-venv folders
16+
venv
17+
18+
# PyInfra Specific excludes
19+
/**/PyInfra/**/inventory.py

0 commit comments

Comments
 (0)