forked from webcompat/webcompat.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (32 loc) · 646 Bytes
/
Copy path.gitignore
File metadata and controls
35 lines (32 loc) · 646 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
31
32
33
34
35
env/
node_modules/
git_modules/
.DS_Store
config.py
fabfile.py
*.pyc
*.db
docs/build/
screenshots/
uploads/
.idea/
config/secrets.py
package-lock.json
# The data folder contains information that shouldn't live in version control.
data/*
# these are our 'dist' files
# checking them into the repo is silly
webcompat/static/js/webcompat.js
webcompat/static/js/diagnose.js
webcompat/static/js/issues.js
webcompat/static/js/issue-list.js
webcompat/static/js/user-activity.js
webcompat/static/js/cssfixme.js
webcompat/static/js/templates.js
webcompat/**/*.min.js
webcompat/**/*.min.css
webcompat/**/*.dev.css
#selenium server
*.jar
*.pid
nohup.out