UNPKG

3.76 kBPlain TextView Raw
1# Created by https://www.gitignore.io
2
3### OSX ###
4.DS_Store
5.AppleDouble
6.LSOverride
7
8# Icon must end with two \r
9Icon
10
11
12# Thumbnails
13._*
14
15# Files that might appear in the root of a volume
16.DocumentRevisions-V100
17.fseventsd
18.Spotlight-V100
19.TemporaryItems
20.Trashes
21.VolumeIcon.icns
22
23# Directories potentially created on remote AFP share
24.AppleDB
25.AppleDesktop
26Network Trash Folder
27Temporary Items
28.apdisk
29
30
31### Node ###
32# Logs
33logs
34*.log
35
36# Runtime data
37pids
38*.pid
39*.seed
40
41# Directory for instrumented libs generated by jscoverage/JSCover
42lib-cov
43
44# Coverage directory used by tools like istanbul
45coverage
46
47# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
48.grunt
49
50# node-waf configuration
51.lock-wscript
52
53# Compiled binary addons (http://nodejs.org/api/addons.html)
54build/Release
55
56# Dependency directory
57# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
58node_modules
59
60
61### Windows ###
62# Windows image file caches
63Thumbs.db
64ehthumbs.db
65
66# Folder config file
67Desktop.ini
68
69# Recycle Bin used on file shares
70$RECYCLE.BIN/
71
72# Windows Installer files
73*.cab
74*.msi
75*.msm
76*.msp
77
78# Windows shortcuts
79*.lnk
80
81
82### Linux ###
83*~
84
85# KDE directory preferences
86.directory
87
88# Linux trash folder which might appear on any partition or disk
89.Trash-*
90
91
92### Sass ###
93.sass-cache
94*.css.map
95
96
97### WebStorm ###
98# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
99
100*.iml
101
102## Directory-based project format:
103.idea/
104# if you remove the above rule, at least ignore the following:
105
106# User-specific stuff:
107# .idea/workspace.xml
108# .idea/tasks.xml
109# .idea/dictionaries
110
111# Sensitive or high-churn files:
112# .idea/dataSources.ids
113# .idea/dataSources.xml
114# .idea/sqlDataSources.xml
115# .idea/dynamic.xml
116# .idea/uiDesigner.xml
117
118# Gradle:
119# .idea/gradle.xml
120# .idea/libraries
121
122# Mongo Explorer plugin:
123# .idea/mongoSettings.xml
124
125## File-based project format:
126*.ipr
127*.iws
128
129## Plugin-specific files:
130
131# IntelliJ
132/out/
133
134# mpeltonen/sbt-idea plugin
135.idea_modules/
136
137# JIRA plugin
138atlassian-ide-plugin.xml
139
140# Crashlytics plugin (for Android Studio and IntelliJ)
141com_crashlytics_export_strings.xml
142crashlytics.properties
143crashlytics-build.properties
144
145
146### PhpStorm ###
147# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
148
149*.iml
150
151## Directory-based project format:
152.idea/
153# if you remove the above rule, at least ignore the following:
154
155# User-specific stuff:
156# .idea/workspace.xml
157# .idea/tasks.xml
158# .idea/dictionaries
159
160# Sensitive or high-churn files:
161# .idea/dataSources.ids
162# .idea/dataSources.xml
163# .idea/sqlDataSources.xml
164# .idea/dynamic.xml
165# .idea/uiDesigner.xml
166
167# Gradle:
168# .idea/gradle.xml
169# .idea/libraries
170
171# Mongo Explorer plugin:
172# .idea/mongoSettings.xml
173
174## File-based project format:
175*.ipr
176*.iws
177
178## Plugin-specific files:
179
180# IntelliJ
181/out/
182
183# mpeltonen/sbt-idea plugin
184.idea_modules/
185
186# JIRA plugin
187atlassian-ide-plugin.xml
188
189# Crashlytics plugin (for Android Studio and IntelliJ)
190com_crashlytics_export_strings.xml
191crashlytics.properties
192crashlytics-build.properties
193
194
195### SublimeText ###
196# cache files for sublime text
197*.tmlanguage.cache
198*.tmPreferences.cache
199*.stTheme.cache
200
201# workspace files are user-specific
202*.sublime-workspace
203
204# project files should be checked into the repository, unless a significant
205# proportion of contributors will probably not be using SublimeText
206# *.sublime-project
207
208# sftp configuration file
209sftp-config.json
210
211
212### Bower ###
213bower_components
214.bower-cache
215.bower-registry
216.bower-tmp
217
218
219### grunt ###
220# Grunt usually compiles files inside this directory
221dist/
222
223# Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
224.tmp/
225
226
227### Vim ###
228[._]*.s[a-w][a-z]
229[._]s[a-w][a-z]
230*.un~
231Session.vim
232.netrwhist
233*~