blob: c198e6a4c7c54c8c492192670defb70389dca08f [file] [log] [blame]
Girish Kumar2ed051b2020-07-28 16:35:25 +00001# Created by .ignore support plugin (hsz.mobi)
2### Go template
3# Compiled Object files, Static and Dynamic libs (Shared Objects)
4*.o
5*.a
6*.so
7
8# Folders
9_obj
10_test
11
12# Architecture specific extensions/prefixes
13*.[568vq]
14[568vq].out
15
16*.cgo1.go
17*.cgo2.c
18_cgo_defun.c
19_cgo_gotypes.go
20_cgo_export.*
21
22_testmain.go
23
24*.exe
25*.test
26*.prof
27### Windows template
28# Windows image file caches
29Thumbs.db
30ehthumbs.db
31
32# Folder config file
33Desktop.ini
34
35# Recycle Bin used on file shares
36$RECYCLE.BIN/
37
38# Windows Installer files
39*.cab
40*.msi
41*.msm
42*.msp
43
44# Windows shortcuts
45*.lnk
46### Kate template
47# Swap Files #
48.*.kate-swp
49.swp.*
50### SublimeText template
51# cache files for sublime text
52*.tmlanguage.cache
53*.tmPreferences.cache
54*.stTheme.cache
55
56# workspace files are user-specific
57*.sublime-workspace
58
59# project files should be checked into the repository, unless a significant
60# proportion of contributors will probably not be using SublimeText
61# *.sublime-project
62
63# sftp configuration file
64sftp-config.json
65### Linux template
66*~
67
68# temporary files which can be created if a process still has a handle open of a deleted file
69.fuse_hidden*
70
71# KDE directory preferences
72.directory
73
74# Linux trash folder which might appear on any partition or disk
75.Trash-*
76### JetBrains template
77# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
78# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
79
80# User-specific stuff:
81.idea
82.idea/tasks.xml
83.idea/dictionaries
84.idea/vcs.xml
85.idea/jsLibraryMappings.xml
86
87# Sensitive or high-churn files:
88.idea/dataSources.ids
89.idea/dataSources.xml
90.idea/dataSources.local.xml
91.idea/sqlDataSources.xml
92.idea/dynamic.xml
93.idea/uiDesigner.xml
94
95# Gradle:
96.idea/gradle.xml
97.idea/libraries
98
99# Mongo Explorer plugin:
100.idea/mongoSettings.xml
101
102## File-based project format:
103*.iws
104
105## Plugin-specific files:
106
107# IntelliJ
108/out/
109
110# mpeltonen/sbt-idea plugin
111.idea_modules/
112
113# JIRA plugin
114atlassian-ide-plugin.xml
115
116# Crashlytics plugin (for Android Studio and IntelliJ)
117com_crashlytics_export_strings.xml
118crashlytics.properties
119crashlytics-build.properties
120fabric.properties
121### Xcode template
122# Xcode
123#
124# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
125
126## Build generated
127build/
128DerivedData/
129
130## Various settings
131*.pbxuser
132!default.pbxuser
133*.mode1v3
134!default.mode1v3
135*.mode2v3
136!default.mode2v3
137*.perspectivev3
138!default.perspectivev3
139xcuserdata/
140
141## Other
142*.moved-aside
143*.xccheckout
144*.xcscmblueprint
145### Eclipse template
146
147.metadata
148bin/
149tmp/
150*.tmp
151*.bak
152*.swp
153*~.nib
154local.properties
155.settings/
156.loadpath
157.recommenders
158
159# Eclipse Core
160.project
161
162# External tool builders
163.externalToolBuilders/
164
165# Locally stored "Eclipse launch configurations"
166*.launch
167
168# PyDev specific (Python IDE for Eclipse)
169*.pydevproject
170
171# CDT-specific (C/C++ Development Tooling)
172.cproject
173
174# JDT-specific (Eclipse Java Development Tools)
175.classpath
176
177# Java annotation processor (APT)
178.factorypath
179
180# PDT-specific (PHP Development Tools)
181.buildpath
182
183# sbteclipse plugin
184.target
185
186# Tern plugin
187.tern-project
188
189# TeXlipse plugin
190.texlipse
191
192# STS (Spring Tool Suite)
193.springBeans
194
195# Code Recommenders
196.recommenders/
197
198
199coverage.txt
200
201#vendor
202vendor/