Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c370b9e

Browse files
Jaap Roesberkerpeksag
authored andcommitted
Cleanup .gitignore
Recommend using a global git ignore file to ignore common files.
1 parent 97de091 commit c370b9e

1 file changed

Lines changed: 15 additions & 16 deletions

File tree

.gitignore

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
*.log
2-
*.pot
3-
*.pyc
4-
__pycache__
5-
.vagrant
6-
build
7-
ENV
8-
.coverage
9-
htmlcov
1+
# Consider using a global .gitignore file for files and directories that
2+
# are commonly generated by your OS, IDE, Python, development tools etc.
3+
# A fairly extensive starting point would be:
4+
#
5+
# https://www.gitignore.io/api/windows,linux,osx,python,vagrant,idea,visualstudiocode
6+
#
7+
# Store the content of this file in your home directory as ~/.gitignore_global
8+
# and configure git using the following command:
9+
#
10+
# $ git config --global core.excludesfile ~/.gitignore_global
1011

11-
static-root
12-
.sass-cache
13-
/static/stylesheets/mq.css
14-
/static/stylesheets/no-mq.css
15-
/static/stylesheets/style.css
16-
tmp/*
12+
.sass-cache/
1713
media/*
18-
pydotorg/settings/mylocal.py
14+
static-root/
15+
static/stylesheets/mq.css
16+
static/stylesheets/no-mq.css
17+
static/stylesheets/style.css

0 commit comments

Comments
 (0)