-
Notifications
You must be signed in to change notification settings - Fork 136
/
.gitignore
85 lines (68 loc) · 1.1 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
# https://github.com/github/gitignore
# OS specific junk
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
.directory
*.lnk
._*
*~
# Vim editor junk
*.swp
#VSC junk
.vscode/*
# Icon must end with two \r.
Icon
# OSX Files that might appear on external disk
.Spotlight-V100
.Trashes
# Env/development
.eslintcache
.nodemonignore
node_modules/
.vagrant
*.pyc
passenger.*
*.pid
scipts/docker/nginx-conf/*
!scipts/docker/nginx-conf/trustroots.conf
# Ansible Deployment Junk
deploy/ansible/playbooks/*/*.retry
# Ansible-Vault Password
deploy/ansible/VAULT_SECRET
# App
build
public/lib
public/dist
public/assets
public/push-messaging-sw.js
modules/core/client/app/css
.idea
tmp
maildev
# Configs
config/env/local.js
# Logs
logs
log
*.log
npm-debug.*
eslint_report.json
# Docs
public/developers/api
# DB migrations
migrations/.migrate
# User uploads
uploads
public/uploads-profile
public/uploads-circle/*
!public/uploads-circle/*.jpg
modules/users/client/img/profile/uploads # folder removed 2018-08
# Jekyll files for /docs development
docs/_site
docs/Gemfile
docs/Gemfile.lock
# Builds
trustroots.tar.gz*