Skip to content

Instantly share code, notes, and snippets.

@ideadude
Created March 27, 2019 11:39
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 ideadude/33f5cbb2975bd181f62d39ecb34f0ab8 to your computer and use it in GitHub Desktop.
Save ideadude/33f5cbb2975bd181f62d39ecb34f0ab8 to your computer and use it in GitHub Desktop.
Default .gitignore file for PMPro Add On projects.
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Mac stuff
.DS_Store
# Sublime
*.sublime-project
*.sublime-workspace
# npm
node_modules
# Temporary files
*~
# Log files
log/*.log
log/*.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment