Skip to content

Commit 2f1facf

Browse files
committed
.gitignoreを追加
https://github.com/simonwhitaker/gibo を使用して生成した。 $ gibo Jekyll Node Ruby Emacs Vim SublimeText JetBrains OSX Windows Linux > .gitignore で生成を再現できる。
1 parent 7bb91be commit 2f1facf

File tree

1 file changed

+288
-0
lines changed

1 file changed

+288
-0
lines changed

.gitignore

+288
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,288 @@
1+
### https://raw.github.com/github/gitignore/8767bd67830c90e45336e3244af3cf9d90a65c01/Jekyll.gitignore
2+
3+
_site/
4+
.sass-cache/
5+
.jekyll-metadata
6+
7+
8+
### https://raw.github.com/github/gitignore/8767bd67830c90e45336e3244af3cf9d90a65c01/Node.gitignore
9+
10+
# Logs
11+
logs
12+
*.log
13+
npm-debug.log*
14+
15+
# Runtime data
16+
pids
17+
*.pid
18+
*.seed
19+
20+
# Directory for instrumented libs generated by jscoverage/JSCover
21+
lib-cov
22+
23+
# Coverage directory used by tools like istanbul
24+
coverage
25+
26+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
27+
.grunt
28+
29+
# node-waf configuration
30+
.lock-wscript
31+
32+
# Compiled binary addons (http://nodejs.org/api/addons.html)
33+
build/Release
34+
35+
# Dependency directories
36+
node_modules
37+
jspm_packages
38+
39+
# Optional npm cache directory
40+
.npm
41+
42+
# Optional REPL history
43+
.node_repl_history
44+
45+
46+
### https://raw.github.com/github/gitignore/8767bd67830c90e45336e3244af3cf9d90a65c01/Ruby.gitignore
47+
48+
*.gem
49+
*.rbc
50+
/.config
51+
/coverage/
52+
/InstalledFiles
53+
/pkg/
54+
/spec/reports/
55+
/spec/examples.txt
56+
/test/tmp/
57+
/test/version_tmp/
58+
/tmp/
59+
60+
# Used by dotenv library to load environment variables.
61+
# .env
62+
63+
## Specific to RubyMotion:
64+
.dat*
65+
.repl_history
66+
build/
67+
*.bridgesupport
68+
build-iPhoneOS/
69+
build-iPhoneSimulator/
70+
71+
## Specific to RubyMotion (use of CocoaPods):
72+
#
73+
# We recommend against adding the Pods directory to your .gitignore. However
74+
# you should judge for yourself, the pros and cons are mentioned at:
75+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
76+
#
77+
# vendor/Pods/
78+
79+
## Documentation cache and generated files:
80+
/.yardoc/
81+
/_yardoc/
82+
/doc/
83+
/rdoc/
84+
85+
## Environment normalization:
86+
/.bundle/
87+
/vendor/bundle
88+
/lib/bundler/man/
89+
90+
# for a library or gem, you might want to ignore these files since the code is
91+
# intended to run in multiple environments; otherwise, check them in:
92+
# Gemfile.lock
93+
# .ruby-version
94+
# .ruby-gemset
95+
96+
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
97+
.rvmrc
98+
99+
100+
### https://raw.github.com/github/gitignore/8767bd67830c90e45336e3244af3cf9d90a65c01/Global/Emacs.gitignore
101+
102+
# -*- mode: gitignore; -*-
103+
*~
104+
\#*\#
105+
/.emacs.desktop
106+
/.emacs.desktop.lock
107+
*.elc
108+
auto-save-list
109+
tramp
110+
.\#*
111+
112+
# Org-mode
113+
.org-id-locations
114+
*_archive
115+
116+
# flymake-mode
117+
*_flymake.*
118+
119+
# eshell files
120+
/eshell/history
121+
/eshell/lastdir
122+
123+
# elpa packages
124+
/elpa/
125+
126+
# reftex files
127+
*.rel
128+
129+
# AUCTeX auto folder
130+
/auto/
131+
132+
# cask packages
133+
.cask/
134+
dist/
135+
136+
# Flycheck
137+
flycheck_*.el
138+
139+
# server auth directory
140+
/server/
141+
142+
# projectiles files
143+
.projectile
144+
145+
### https://raw.github.com/github/gitignore/8767bd67830c90e45336e3244af3cf9d90a65c01/Global/Vim.gitignore
146+
147+
# swap
148+
[._]*.s[a-w][a-z]
149+
[._]s[a-w][a-z]
150+
# session
151+
Session.vim
152+
# temporary
153+
.netrwhist
154+
*~
155+
# auto-generated tag files
156+
tags
157+
158+
159+
### https://raw.github.com/github/gitignore/8767bd67830c90e45336e3244af3cf9d90a65c01/Global/SublimeText.gitignore
160+
161+
# cache files for sublime text
162+
*.tmlanguage.cache
163+
*.tmPreferences.cache
164+
*.stTheme.cache
165+
166+
# workspace files are user-specific
167+
*.sublime-workspace
168+
169+
# project files should be checked into the repository, unless a significant
170+
# proportion of contributors will probably not be using SublimeText
171+
# *.sublime-project
172+
173+
# sftp configuration file
174+
sftp-config.json
175+
176+
177+
### https://raw.github.com/github/gitignore/8767bd67830c90e45336e3244af3cf9d90a65c01/Global/JetBrains.gitignore
178+
179+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
180+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
181+
182+
# User-specific stuff:
183+
.idea/workspace.xml
184+
.idea/tasks.xml
185+
.idea/dictionaries
186+
.idea/vcs.xml
187+
.idea/jsLibraryMappings.xml
188+
189+
# Sensitive or high-churn files:
190+
.idea/dataSources.ids
191+
.idea/dataSources.xml
192+
.idea/dataSources.local.xml
193+
.idea/sqlDataSources.xml
194+
.idea/dynamic.xml
195+
.idea/uiDesigner.xml
196+
197+
# Gradle:
198+
.idea/gradle.xml
199+
.idea/libraries
200+
201+
# Mongo Explorer plugin:
202+
.idea/mongoSettings.xml
203+
204+
## File-based project format:
205+
*.iws
206+
207+
## Plugin-specific files:
208+
209+
# IntelliJ
210+
/out/
211+
212+
# mpeltonen/sbt-idea plugin
213+
.idea_modules/
214+
215+
# JIRA plugin
216+
atlassian-ide-plugin.xml
217+
218+
# Crashlytics plugin (for Android Studio and IntelliJ)
219+
com_crashlytics_export_strings.xml
220+
crashlytics.properties
221+
crashlytics-build.properties
222+
fabric.properties
223+
224+
225+
### https://raw.github.com/github/gitignore/8767bd67830c90e45336e3244af3cf9d90a65c01/Global/OSX.gitignore
226+
227+
.DS_Store
228+
.AppleDouble
229+
.LSOverride
230+
231+
# Icon must end with two \r
232+
Icon
233+
234+
# Thumbnails
235+
._*
236+
237+
# Files that might appear in the root of a volume
238+
.DocumentRevisions-V100
239+
.fseventsd
240+
.Spotlight-V100
241+
.TemporaryItems
242+
.Trashes
243+
.VolumeIcon.icns
244+
245+
# Directories potentially created on remote AFP share
246+
.AppleDB
247+
.AppleDesktop
248+
Network Trash Folder
249+
Temporary Items
250+
.apdisk
251+
252+
253+
### https://raw.github.com/github/gitignore/8767bd67830c90e45336e3244af3cf9d90a65c01/Global/Windows.gitignore
254+
255+
# Windows image file caches
256+
Thumbs.db
257+
ehthumbs.db
258+
259+
# Folder config file
260+
Desktop.ini
261+
262+
# Recycle Bin used on file shares
263+
$RECYCLE.BIN/
264+
265+
# Windows Installer files
266+
*.cab
267+
*.msi
268+
*.msm
269+
*.msp
270+
271+
# Windows shortcuts
272+
*.lnk
273+
274+
275+
### https://raw.github.com/github/gitignore/8767bd67830c90e45336e3244af3cf9d90a65c01/Global/Linux.gitignore
276+
277+
*~
278+
279+
# temporary files which can be created if a process still has a handle open of a deleted file
280+
.fuse_hidden*
281+
282+
# KDE directory preferences
283+
.directory
284+
285+
# Linux trash folder which might appear on any partition or disk
286+
.Trash-*
287+
288+

0 commit comments

Comments
 (0)