mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Cleanup .gitignore
This commit is contained in:
parent
42bf3def43
commit
2092767f54
1 changed files with 2 additions and 12 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -13,24 +13,14 @@ config/initializers/secret_token.rb
|
||||||
config/deploy.rb
|
config/deploy.rb
|
||||||
config/secrets.yml
|
config/secrets.yml
|
||||||
config/database.yml
|
config/database.yml
|
||||||
|
config/application.yml
|
||||||
|
config/environments/development.rb
|
||||||
misc
|
misc
|
||||||
/export
|
/export
|
||||||
/import
|
/import
|
||||||
/ca
|
/ca
|
||||||
todo
|
|
||||||
|
|
||||||
## Environment normalisation:
|
|
||||||
/.bundle
|
/.bundle
|
||||||
/vendor/bundle
|
/vendor/bundle
|
||||||
.idea
|
|
||||||
# editor tmp files
|
|
||||||
*.*~
|
|
||||||
|
|
||||||
# these should all be checked in to normalise the environment:
|
|
||||||
# Gemfile.lock, .ruby-version, .ruby-gemset
|
|
||||||
|
|
||||||
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
||||||
.rvmrc
|
.rvmrc
|
||||||
|
|
||||||
# Ignore application configuration
|
|
||||||
/config/application.yml
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue