Skip to content

Instantly share code, notes, and snippets.

@neokoenig
Created January 3, 2015 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neokoenig/200ad6b9b38c5bb27e9a to your computer and use it in GitHub Desktop.
Save neokoenig/200ad6b9b38c5bb27e9a to your computer and use it in GitHub Desktop.
cfwheels railo gitignore
# Ignore Misc Folder
miscellaneous
# unpacked plugin folders
plugins/**/*
# files directory where uploads go
files
# DBMigrate plugin: generated SQL
db/sql
# AssetBundler plugin: generated bundles
javascripts/bundles
stylesheets/bundles
# Railo
BIN
aspnet_client
# Generic
.DS_Store
_notes
Thumbs.db
Desktop.ini
._*
*dwsync.xml
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
# Komodo
*.komodoproject
.komodotools
# Folders to ignore
.hg
.svn
.CVS
.idea
node_modules
dist
_old
bower_components
WEB-INF/railo/bin
WEB-INF/railo/cache
WEB-INF/railo/classes
WEB-INF/railo/cfclasses
WEB-INF/railo/client-scope
WEB-INF/railo/lib
WEB-INF/railo/library
WEB-INF/railo/logs
WEB-INF/railo/security
WEB-INF/railo/storage
WEB-INF/railo/temp
WEB-INF/railo/video
WEB-INF/railo/.htaccess
WEB-INF/railo/id
WEB-INF/railo/exe-log
WEB-INF/railo/lib-hash
WEB-INF/railo/version
WEB-INF/flex
WEB-INF/lib/railo-server/context/logs
WEB-INF/lib/railo-server/context/exe-log
WEB-INF/lib/railo-server/context/id
WEB-INF/lib/railo-server/context/version
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment