Skip to content

Instantly share code, notes, and snippets.

@vhugogarcia
Last active April 27, 2020 18:47
Show Gist options
  • Save vhugogarcia/01ddbb149224b1386732295f624e1cec to your computer and use it in GitHub Desktop.
Save vhugogarcia/01ddbb149224b1386732295f624e1cec to your computer and use it in GitHub Desktop.
Ektron CMS .gitignore
#################
## Ektron Project
## Contributors: James Stout @egandalf and Victor H. Garcia @ivictorhugo
#################
## Ignore Ektron site specific files, build results, and
## files generated by popular Ektron assets.
# Ektron-specific folders and files
[Ww]orkarea/
[Uu][Xx]/
[Aa]ssets/
[Ll]ogs/
[Pp]rivate[Aa]ssets/
[Uu]ploaded[Ii]mages/
[Uu]ploaded[Ff]iles/
[Ee]PiServerFind/
*.cer
*.pfx
*.pvk
# Uncomment the one below if you do not need the bin folder
#[Bb]in/
# Web-specific files
[Ww]eb.config
# User-specific files
*.suo
*.user
*.sln.docstates
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# SQL Server files
App_Data/*.mdf
App_Data/*.ldf
#############
## Windows detritus
#############
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Mac thing
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment