-
-
Notifications
You must be signed in to change notification settings - Fork 672
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (29 loc) · 709 Bytes
/
.gitignore
File metadata and controls
30 lines (29 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Consider using a global .gitignore file for files and directories that
# are commonly generated by your OS, IDE, Python, development tools etc.
# A fairly extensive starting point would be:
#
# https://www.gitignore.io/api/windows,linux,osx,python,vagrant,idea,visualstudiocode
#
# Store the content of this file in your home directory as ~/.gitignore_global
# and configure git using the following command:
#
# $ git config --global core.excludesfile ~/.gitignore_global
docs/build
media/*
static-root/
static/stylesheets/mq.css
static/stylesheets/no-mq.css
static/stylesheets/style.css
static/css/*.min.css
__pycache__
*.db
*.py[co]
.vscode
.~lock.*
.idea
.coverage
.env
.DS_Store
.envrc
.state/
scripts/