Skip to content

Instantly share code, notes, and snippets.

@softmentor
Last active August 29, 2015 14:24
Show Gist options
  • Save softmentor/c32ee3009e26151c9f3c to your computer and use it in GitHub Desktop.
Save softmentor/c32ee3009e26151c9f3c to your computer and use it in GitHub Desktop.
gitignore_global
# ======================================================================
# Mac OS X
# ======================================================================
*.DS_Store
# Xcode
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
*.xcuserstate
project.xcworkspace/
xcuserdata/
# Generated files
*.o
*.pyc
*.hi
# ======================================================================
#Python modules
# ======================================================================
MANIFEST
dist/
build/
# ======================================================================
# Backup files
# ======================================================================
*~.nib
\#*#
.#*
*.swp
*.un~
# ======================================================================
# Repository files
# ======================================================================
.gitignore
# ======================================================================
# Maven files
target/
test-output/
.pmd
.pmdruleset.xml
.checkstyle
# ======================================================================
### Eclipse ###
# ======================================================================
*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.project
.loadpath
.classpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
# sbteclipse plugin
.target
# TeXlipse plugin
.texlipse
.springBeans/
# ======================================================================
# 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
# ======================================================================
### SublimeText ###
# ======================================================================
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# workspace files are user-specific
*.sublime-workspace
# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project
# sftp configuration file
sftp-config.json
# ======================================================================
# RVM and rbenv
# ======================================================================
/.rvmrc
/.rbenv-version
# ======================================================================
# 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
# ======================================================================
# Dropbox #
# ======================================================================
.dropbox
# ======================================================================
# Client-specific
# ======================================================================
BlueKai/**/.ruby-gemset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment