forked from sanabutton/sanabutton.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (41 loc) · 856 Bytes
/
.gitignore
File metadata and controls
44 lines (41 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Ruby
## https://github.com/github/gitignore/blob/master/Ruby.gitignore
.gem
*.rbc
/.config
/InstalledFiles
/pkg/
/spec/reports/
/spec/examples.txt
/test/tmp/
/test/version_tmp/
/tmp/
/.yardoc/
/_yardoc/
/doc/
/rdoc/
/.bundle/
/vendor/bundle
/lib/bundler/man/
## Ruby のコードを書いているわけではないので、lock しないほうがマシ
Gemfile.lock
# Jekyll
## https://github.com/github/gitignore/blob/master/Jekyll.gitignore
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
# Node.js
## https://github.com/github/gitignore/blob/master/Node.gitignore
node_modules/
/coverage/
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# parcel-bundler cache (https://parceljs.org/)
.cache/
## まだ使ってないので、一時的に。
## ちゃんとビルドやデプロイのフローを整備したら、消すかも
/dist/