-
-
Save dreamstarter/23c8f9d563b3e41be32bd1c3ad37c67e to your computer and use it in GitHub Desktop.
Starter .gitignore file for ColdFusion Builder
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
# ColdFusion Builder or Eclipse) | |
settings.xml | |
# Dreamweaver CS6 | |
_notes | |
dwsync.xml | |
# ColdFusion Server | |
CFIDE | |
WEB-INF | |
# Ignore all dotfiles. Important for .project and .settings | |
.* | |
# except for .gitignore | |
!.gitignore | |
!.htaccess |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment