Skip to content

Commit 142c4b4

Browse files
Update gitignore, eslintignore with more IDEs
1 parent 3c85a38 commit 142c4b4

File tree

2 files changed

+613
-30
lines changed

2 files changed

+613
-30
lines changed

.eslintignore

+312-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,314 @@
1-
.git/
2-
.imdone/
3-
.storybook/
4-
coverage/
5-
node_modules/
1+
# Do not format inline SVGs
2+
icons/
3+
4+
# --- FROM GITIGNORE FILE BELOW THIS LINE ---
5+
6+
### Project files ###
7+
8+
# We may want to remove to make first-time contributing easier
9+
package-lock.json
10+
11+
# React Storybook
612
storybook/
713

8-
icons/
14+
# Publishing and dist build
15+
.tmp*
16+
17+
# For build server. A copy of itself is
18+
design-system-react
19+
20+
# Allow custom pre-commit
21+
scripts/pre-commit.sh
22+
23+
# --- MACHINE GENERATED BELOW THIS LINE ---
24+
25+
### Node ###
26+
# Logs
27+
logs
28+
*.log
29+
npm-debug.log*
30+
yarn-debug.log*
31+
yarn-error.log*
32+
33+
# Runtime data
34+
pids
35+
*.pid
36+
*.seed
37+
*.pid.lock
38+
39+
# Directory for instrumented libs generated by jscoverage/JSCover
40+
lib-cov
41+
42+
# Coverage directory used by tools like istanbul
43+
coverage
44+
45+
# nyc test coverage
46+
.nyc_output
47+
48+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
49+
.grunt
50+
51+
# Bower dependency directory (https://bower.io/)
52+
bower_components
53+
54+
# node-waf configuration
55+
.lock-wscript
56+
57+
# Compiled binary addons (http://nodejs.org/api/addons.html)
58+
build/Release
59+
60+
# Dependency directories
61+
node_modules/
62+
jspm_packages/
63+
64+
# Typescript v1 declaration files
65+
typings/
66+
67+
# Optional npm cache directory
68+
.npm
69+
70+
# Optional eslint cache
71+
.eslintcache
72+
73+
# Optional REPL history
74+
.node_repl_history
75+
76+
# Output of 'npm pack'
77+
*.tgz
78+
79+
# Yarn Integrity file
80+
.yarn-integrity
81+
82+
# dotenv environment variables file
83+
.env
84+
85+
### Code ###
86+
# Visual Studio Code - https://code.visualstudio.com/
87+
.settings/
88+
.vscode/
89+
tsconfig.json
90+
jsconfig.json
91+
92+
### Emacs ###
93+
# -*- mode: gitignore; -*-
94+
*~
95+
\#*\#
96+
/.emacs.desktop
97+
/.emacs.desktop.lock
98+
*.elc
99+
auto-save-list
100+
tramp
101+
.\#*
102+
103+
# Org-mode
104+
.org-id-locations
105+
*_archive
106+
107+
# flymake-mode
108+
*_flymake.*
109+
110+
# eshell files
111+
/eshell/history
112+
/eshell/lastdir
113+
114+
# elpa packages
115+
/elpa/
116+
117+
# reftex files
118+
*.rel
119+
120+
# AUCTeX auto folder
121+
/auto/
122+
123+
# cask packages
124+
.cask/
125+
dist/
126+
127+
# Flycheck
128+
flycheck_*.el
129+
130+
# server auth directory
131+
/server/
132+
133+
# projectiles files
134+
.projectile
135+
projectile-bookmarks.eld
136+
137+
# directory configuration
138+
.dir-locals.el
139+
140+
# saveplace
141+
places
142+
143+
# url cache
144+
url/cache/
145+
146+
# cedet
147+
ede-projects.el
148+
149+
# smex
150+
smex-items
151+
152+
# company-statistics
153+
company-statistics-cache.el
154+
155+
# anaconda-mode
156+
anaconda-mode/
157+
158+
### macOS ###
159+
*.DS_Store
160+
.AppleDouble
161+
.LSOverride
162+
163+
# Icon must end with two \r
164+
Icon
165+
166+
# Thumbnails
167+
._*
168+
169+
# Files that might appear in the root of a volume
170+
.DocumentRevisions-V100
171+
.fseventsd
172+
.Spotlight-V100
173+
.TemporaryItems
174+
.Trashes
175+
.VolumeIcon.icns
176+
.com.apple.timemachine.donotpresent
177+
178+
# Directories potentially created on remote AFP share
179+
.AppleDB
180+
.AppleDesktop
181+
Network Trash Folder
182+
Temporary Items
183+
.apdisk
184+
185+
### SublimeText ###
186+
# cache files for sublime text
187+
*.tmlanguage.cache
188+
*.tmPreferences.cache
189+
*.stTheme.cache
190+
191+
# workspace files are user-specific
192+
*.sublime-workspace
193+
194+
# project files should be checked into the repository, unless a significant
195+
# proportion of contributors will probably not be using SublimeText
196+
# *.sublime-project
197+
198+
# sftp configuration file
199+
sftp-config.json
200+
201+
# Package control specific files
202+
Package Control.last-run
203+
Package Control.ca-list
204+
Package Control.ca-bundle
205+
Package Control.system-ca-bundle
206+
Package Control.cache/
207+
Package Control.ca-certs/
208+
Package Control.merged-ca-bundle
209+
Package Control.user-ca-bundle
210+
oscrypto-ca-bundle.crt
211+
bh_unicode_properties.cache
212+
213+
# Sublime-github package stores a github token in this file
214+
# https://packagecontrol.io/packages/sublime-github
215+
GitHub.sublime-settings
216+
217+
### Vim ###
218+
# swap
219+
[._]*.s[a-v][a-z]
220+
[._]*.sw[a-p]
221+
[._]s[a-v][a-z]
222+
[._]sw[a-p]
223+
# session
224+
Session.vim
225+
# temporary
226+
.netrwhist
227+
# auto-generated tag files
228+
tags
229+
230+
### WebStorm ###
231+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
232+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
233+
234+
# User-specific stuff:
235+
.idea/**/workspace.xml
236+
.idea/**/tasks.xml
237+
.idea/dictionaries
238+
239+
# Sensitive or high-churn files:
240+
.idea/**/dataSources/
241+
.idea/**/dataSources.ids
242+
.idea/**/dataSources.xml
243+
.idea/**/dataSources.local.xml
244+
.idea/**/sqlDataSources.xml
245+
.idea/**/dynamic.xml
246+
.idea/**/uiDesigner.xml
247+
248+
# Gradle:
249+
.idea/**/gradle.xml
250+
.idea/**/libraries
251+
252+
# CMake
253+
cmake-build-debug/
254+
255+
# Mongo Explorer plugin:
256+
.idea/**/mongoSettings.xml
257+
258+
## File-based project format:
259+
*.iws
260+
261+
## Plugin-specific files:
262+
263+
# IntelliJ
264+
/out/
265+
266+
# mpeltonen/sbt-idea plugin
267+
.idea_modules/
268+
269+
# JIRA plugin
270+
atlassian-ide-plugin.xml
271+
272+
# Cursive Clojure plugin
273+
.idea/replstate.xml
274+
275+
# Ruby plugin and RubyMine
276+
/.rakeTasks
277+
278+
# Crashlytics plugin (for Android Studio and IntelliJ)
279+
com_crashlytics_export_strings.xml
280+
crashlytics.properties
281+
crashlytics-build.properties
282+
fabric.properties
283+
284+
### WebStorm Patch ###
285+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
286+
287+
# *.iml
288+
# modules.xml
289+
# .idea/misc.xml
290+
# *.ipr
291+
292+
# Sonarlint plugin
293+
.idea/sonarlint
294+
295+
### Windows ###
296+
# Windows thumbnail cache files
297+
Thumbs.db
298+
ehthumbs.db
299+
ehthumbs_vista.db
300+
301+
# Folder config file
302+
Desktop.ini
303+
304+
# Recycle Bin used on file shares
305+
$RECYCLE.BIN/
306+
307+
# Windows Installer files
308+
*.cab
309+
*.msi
310+
*.msm
311+
*.msp
312+
313+
# Windows shortcuts
314+
*.lnk

0 commit comments

Comments
 (0)