summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
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