Skip to content

Instantly share code, notes, and snippets.

@ericvanjohnson
Created September 8, 2015 16:17
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 ericvanjohnson/ecf14e015a9c3f9bebad to your computer and use it in GitHub Desktop.
Save ericvanjohnson/ecf14e015a9c3f9bebad to your computer and use it in GitHub Desktop.
# Good source for gitignore examples
# https://github.com/github/gitignore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# 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
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
# VIM files #
#############
.*.sw[a-z]
*.un~
Session.vim
.netrwhist
# Eclipse files #
#################
*.pydevproject
.project
.metadata
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
# FuelPHP
fuel/app/logs/*/*/*
fuel/app/cache/*/*
# Node
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz
pids
logs
results
npm-debug.log
.vimrc.local.secure
dump.rdb
app/storage/clockwork
# JetBrains Ignore
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
#
*.iml
#
# ## Directory-based project format:
.idea/
# # if you remove the above rule, at least ignore the following:
#
# # User-specific stuff:
# # .idea/workspace.xml
# # .idea/tasks.xml
# # .idea/dictionaries
#
# # Sensitive or high-churn files:
# # .idea/dataSources.ids
# # .idea/dataSources.xml
# # .idea/sqlDataSources.xml
# # .idea/dynamic.xml
# # .idea/uiDesigner.xml
#
# # Gradle:
# # .idea/gradle.xml
# # .idea/libraries
#
# # Mongo Explorer plugin:
# # .idea/mongoSettings.xml
#
# ## File-based project format:
*.ipr
*.iws
#
# ## Plugin-specific files:
#
# # IntelliJ
out/
#
# # mpeltonen/sbt-idea plugin
.idea_modules/
#
# # JIRA plugin
atlassian-ide-plugin.xml
#
# # Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment