Skip to content

Commit e9109ac

Browse files
authored
Merge pull request #579 from crhultay/patch-4
Update .gitignore to ignore web assets not included
2 parents c474115 + 56dbc35 commit e9109ac

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Don't check in SSH keys!
22
*.pem
33

4-
# Various directories
4+
# Exclude User-Customized Directories
55
config/
66
db/
77
drop/
@@ -11,5 +11,10 @@ mail/
1111
node_modules/
1212
docs/_site/
1313
docs/.sass-cache/
14-
1514
docs/.jekyll-cache/
15+
16+
# Ignore Web Assets not included with enigma-bbs
17+
www/*
18+
www/assets/*
19+
!www/otp_register_template.html
20+
!www/reset_password.template.html

0 commit comments

Comments
 (0)