Skip to content

Instantly share code, notes, and snippets.

@JefMari
Last active February 14, 2019 18:13
Show Gist options
  • Select an option

  • Save JefMari/72b13aab2b55ab846e3e to your computer and use it in GitHub Desktop.

Select an option

Save JefMari/72b13aab2b55ab846e3e to your computer and use it in GitHub Desktop.
gitignores

Git ignores

Compiled source

*.exe
*.com
*.class
*.o
*.dll
*.so

Packages

*.zip
*.rar
*.7z
*.iso
*.dmg
*.gz
*.jar
*.tar

Logs and databases

*.log
*.sql
*.sqlite

OS

.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db

Sublime files

*.sublime-project
*.sublime-workspace

Sass Cache remove

*.sass-cache

Ignore bundler config

/.bundle

Ignore Sass' cache

/.sass-cache

Ignore CSS & Map File

*.css
*.css.map
*.map

Ignore the Node Modules folder

/node_modules
/phantomas

Runtime data

pids
*.pid
*.seed

Directory for instrumented libs generated by jscoverage/JSCover

lib-cov

Coverage directory used by tools like istanbul

coverage
.grunt

node-waf configuration

.lock-wscript

Compiled binary addons (http://nodejs.org/api/addons.html)

build/Release

Komodo

.komodotools
*.komodoproject

Jekyll metadata

docs/.jekyll-metadata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment