Skip to content

Instantly share code, notes, and snippets.

@AliMD
Last active November 14, 2016 13:08
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 AliMD/f457bf920507d99b57f8 to your computer and use it in GitHub Desktop.
Save AliMD/f457bf920507d99b57f8 to your computer and use it in GitHub Desktop.
AliMD Git Ignore
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore
# OSX
.DS_Store
._*
# Windows
Thumbs.db
Desktop.ini
# Logs
logs
*.log
npm-debug.log*
# Compiled
/build
/dist
# Optional npm cache directory
/.npm
# temp
/.tmp
# Dependencies
node_modules
bower_components
# IDE
/.idea
*.sublime-*
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore
# OSX
.DS_Store
._*
# Windows
Thumbs.db
Desktop.ini
# Logs
logs
*.log
npm-debug.log*
# Compiled
/build
/dist
# Optional npm cache directory
/.npm
# temp
/.tmp
# Dependencies
node_modules
bower_components
# IDE
/.idea
*.sublime-*
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
/*/build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment