-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
122 lines (101 loc) · 1.55 KB
/
.gitignore
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Python
*.pyc
*.pyo
__pycache__
# Project
/public/static
/public/media
/sql
/fcgi/django.fcgi
/static/css/*.css
# Node & NPM
## built Static files
build
!build/README.md
## ignore fonts copied from Core-Styles
**/fonts
## (except Cortal fonts)
## TODO: get Cortal from Core-Styles (then remove this exception)
!**/fonts/Cortal-Icons-*
## environment variables
docker_repo.var
needs_demo.var
project_name.var
# Static and Media folders
/static
/media
# UI Pattern Demo
/taccsite_ui/dist
# Secrets and Customizations
*secrets*.py
*settings_default*.py
*settings_custom*.py
*settings_local*.py
custom_app_settings.py
!*.example.py
*.custom.yml
urls_custom.py
# Makefile var
cms_name.var
# Common IDEs
*.swp
.idea/
.buildpath
.project
.settings
atlassian-ide-plugin.xml
# Virtualenv
*-env/
.envs/
# Eggs that occur when installing through pip install -e
*.egg
*.egg-info
# Databases
*.sqlite
*.sql
# Version file for source distribution
RELEASE-VERSION
# Dependencies
node_modules
#######################################
##### From HTML5 Boilerplate ######
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*~
*.sass-cache
# OS or Editor folders
.DS_Store
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
# Dreamweaver added files
_notes
dwsync.xml
# Komodo
*.komodoproject
.komodotools
# VS Studio added files
.vscode
# Folders to ignore
.hg
.svn
.CVS
intermediate
publish
.idea
# build script local files
web/build/buildinfo.properties
web/build/config/buildinfo.properties