Skip to content

Instantly share code, notes, and snippets.

@alexdevero
Created August 7, 2017 07:06
Show Gist options
  • Save alexdevero/a809e3cc607b01129508f448cc1d3dc5 to your computer and use it in GitHub Desktop.
Save alexdevero/a809e3cc607b01129508f448cc1d3dc5 to your computer and use it in GitHub Desktop.
Default .gitignore for my project
# Development folders and files #
#################################
.tmp/
dist/
node_modules/
# Folder config file #
######################
Desktop.ini
# Folders for inspiration & notes #
###################################
_ignore/
# Log files & folders #
#######################
logs/
*.log
npm-debug.log*
.npm
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Photoshop & Illustrator files #
#################################
*.ai
*.eps
*.psd
# Windows & Mac file caches #
#############################
.DS_Store
Thumbs.db
ehthumbs.db
# Windows shortcuts #
#####################
*.lnk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment