Skip to content

Instantly share code, notes, and snippets.

@jahir07
Last active April 29, 2019 11:37
Show Gist options
  • Save jahir07/a3a08f9905bbc93eeb27d580e2c27130 to your computer and use it in GitHub Desktop.
Save jahir07/a3a08f9905bbc93eeb27d580e2c27130 to your computer and use it in GitHub Desktop.
gitignore file
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Mac crap
.DS_Store
# Sublime
*.sublime-project
*.sublime-workspace
# PhpStorm
.idea
# Eclipse
*.pydevproject
.project
.metadata
build/
tmp/
tests/clover.xml
# Grunt
node_modules
# Vendor
vendor
# Product Folder
/vendor/
/logs/
/reports/
# Temporary files
*~
# zip file
.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment