mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05:00
Update .gitignore
ignore config/discourse.pill
This commit is contained in:
parent
2e7807901f
commit
39892e1485
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -22,6 +22,7 @@ dump.rdb
|
||||||
|
|
||||||
config/database.yml
|
config/database.yml
|
||||||
config/redis.yml
|
config/redis.yml
|
||||||
|
config/discourse.pill
|
||||||
|
|
||||||
# Ignore the default SQLite database and db dumps
|
# Ignore the default SQLite database and db dumps
|
||||||
/db/*.sqlite3
|
/db/*.sqlite3
|
||||||
|
@ -80,4 +81,4 @@ chef/tmp/*
|
||||||
config/version.rb
|
config/version.rb
|
||||||
|
|
||||||
# ignore the Ruby Version manager (rvm) file
|
# ignore the Ruby Version manager (rvm) file
|
||||||
.rvmrc
|
.rvmrc
|
||||||
|
|
Loading…
Reference in a new issue