summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2017-02-21Ignore files created by working as user leap-webappvarac
2016-09-01Adding config/config.yml file into .gitignore, cleaning up smaller typosluca-marie
2016-09-01Update on .gitignore to delete an initializers file that doesn't exist any ↵luca-marie
longer
2016-09-01Updateluca-marie
2016-09-01Update with Twitterluca-marie
2016-05-02upgrade: add binstubs to gitAzul
http://www.scimedsolutions.com/articles/43-the-new-way-binstubs-work The new wisdom is to also use binstubs in production. Also updated .gitignore according to http://railsdiff.org/3.2.22.2/4.2.6 Removed .swp ignore as that is editor specific and should be set per dev system rather than per project.
2015-09-01Update README with docs from website & instructions on local DBkaeff
- Copy intro chapter from homepage - Advise new users to not test with admin party locally - Ignore couchdb.admin.yml so it's consistent with the regular couchdb.yml
2015-07-23added customization exampleelijah
2015-06-15ignore config/transifex.netrcelijah
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