Skip to content

Commit e52a6f5

Browse files
committed
Update .gitignore
Cosmetic changes, now it's simplier
1 parent 00dafd4 commit e52a6f5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.gitignore

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,16 @@ __pycache__
77
# Virtual env
88
venv
99

10-
# Files used to make a build
11-
src
10+
# Scripts
11+
*.bat
1212

13-
# Builds' folders
13+
# Build output, distribution and sources
1414
dist
1515
build
16+
src
1617
*.spec
1718

18-
# Files that are generated specified per user
19+
# Files that are generated after launching app
1920
*.key
2021
*.db
2122
settings.py
22-
23-
# Scripts
24-
*.bat

0 commit comments

Comments
 (0)