Skip to content

Instantly share code, notes, and snippets.

@rip747
Created November 23, 2010 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rip747/711799 to your computer and use it in GitHub Desktop.
Save rip747/711799 to your computer and use it in GitHub Desktop.
cfwheels gitignore
# unpacked plugin folders
plugins/**/*
# files directory where uploads go
files
# DBMigrate plugin: generated SQL
db/sql
# AssetBundler plugin: generated bundles
javascripts/bundles
stylesheets/bundles
@chrisdpeters
Copy link

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. :)

@rip747
Copy link
Author

rip747 commented Nov 23, 2010

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

@chrisdpeters
Copy link

I forked it and added my suggestions. How do I send a pull request for a Gist? Not seeing any buttons or links anywhere...

@rip747
Copy link
Author

rip747 commented Nov 24, 2010

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