Created
November 23, 2010 14:01
-
-
Save rip747/711799 to your computer and use it in GitHub Desktop.
cfwheels gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# unpacked plugin folders | |
plugins/**/* | |
# files directory where uploads go | |
files | |
# DBMigrate plugin: generated SQL | |
db/sql | |
# AssetBundler plugin: generated bundles | |
javascripts/bundles | |
stylesheets/bundles |
i think that is a great idea. just add a comment to the top of it explaining what it is:
sql scripts for dbmigrate plugin (common plugin)
db/sql
I forked it and added my suggestions. How do I send a pull request for a Gist? Not seeing any buttons or links anywhere...
go fig. you can't. i will have to just either copy the changes into mine or pull from your git.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What do you think about adding some Eclipse/CF Builder-related stuff, or do you think we should create a separate ColdFusion one?
settings.xml
.settings
.project
I usually block the default stuff for AssetBundler and DBMigrate, though those aren't "officially" related to the framework:
javascripts/bundles
styleseheets/bundles
db/sql
Feel free to ignore all of these suggestions though. :)