summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2015-04-29updated .gitignoreelijah
2014-04-17gitignore *.pycAzul
2014-02-06for clarity, keep the empty folders for config/provider and ↵elijah
config/customizations in repo.
2014-02-05make sure all untracked files in deploy are in gitignore - #4953Azul
2013-10-18include Gemfile.lock to prevent unintended updates (#4174)Azul
We had a broken production server lately because it had upgraded the couchrest model dependency to one that had a different naming scheme for a function we overwrite. So that broke production. Let's prevent that by including the Gemfile.lock in our repositories.
2013-08-26add public/img and config/couchdb.yml.* to gitignoreAzul
[ci skip]
2013-06-27ignore files added on deploy so 'git status' is nice and cleanAzul
2013-04-09added vim tempfiles to gitignoreAzul
2013-02-26git ignore binstubsAzul
2012-12-20Loading config defaults from default.yml nowAzul
You can overwrite them in config/config.yml
2012-12-17gitignoring files generated in productionAzul
fixes #1168 [ci skip]
2012-11-22ship config file so CI can testAzul
2012-11-12fixed .gitignoreAzul
2012-11-12don't track Gemfile.lockAzul
2012-10-31Code to check administration (and ugly test display.) This includes example ↵jessib
config file.
2012-10-11Merge branch 'develop' into help_developjessib
Conflicts: .gitignore
2012-10-11lets not track the logs in version controllAzul
2012-10-11moved core dependency into */Gemfile with :pathAzul
In order to get the rails generators and the like to work properly in engines we need to require all the dependencies in the engine.rb file. Since I want to keep that list of engines in a centralized place we still need core and we need to require it from the other engines. We don't want to require the core gem to be installed so I added it with :path option to the Gemfile.
2012-10-08Merge branch 'release-0.1.0' into help_developjessib
Conflicts: .gitignore
2012-10-08Adding emacs backups files to .gitignore.jessib
2012-10-08ignore those pkg and log directoriesAzul
2012-09-27Adding in what used to be leap webapp demoAzul
we're merging repositories into one