Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8918890

Browse files
committed
added .idea folder and other files recommended in djangogirls tutorial
1 parent 0aa5048 commit 8918890

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎.gitignore‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ __pycache__/
66
# C extensions
77
*.so
88

9+
#i dont know what is this folder
10+
.idea/
11+
912
# Distribution / packaging
1013
.Python
1114
build/
@@ -102,3 +105,11 @@ venv.bak/
102105

103106
# mypy
104107
.mypy_cache/
108+
109+
*.pyc
110+
*~
111+
__pycache__
112+
113+
db.sqlite3
114+
/static
115+
.DS_Store

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /