You are on page 1of 2

#ignore thumbnails created by windows

Thumbs.db
#Ignore files build by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.dll
*.lib
*.sbr
Skip to content
Sign up Sign in This repository
Explore
Features
Enterprise
Blog
Watch 1,031 Star 22,771 Fork 8,242 github/gitignore
branch: master gitignore/Global/JetBrains.gitignore
Carl Susterarcresu on 20 Oct 2014 Merge pull request #1232 from thunsaker/patch1
10 contributors Thomas HunsakerSam DukeCarl SusterJosh TurmelWoongBi KimRicardo
FuhrmannDaniel RothmalerNainterceptorChristoph EmmersbergerIvan Yatskevich
RawBlameHistory 47 lines (34 sloc) 0.836 kb
# 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
# =============== #
# Unity generated #
# =============== #
[Tt]emp/
[Oo]bj/
[Bb]uild
[Ll]ibrary/
sysinfo.txt
# ===================================== #
# Visual Studio / MonoDevelop generated #
# ===================================== #
[Ee]xported[Oo]bj/
/*.userprefs
/*.csproj
/*.pidb
/*.suo
/*.sln*
/*.user
/*.unityproj
/*.booproj
# ============ #
# OS generated #
# ============ #
.DS_Store*
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
[Tt]humbs.db

You might also like