-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathdot.gitignore
58 lines (32 loc) · 871 Bytes
/
dot.gitignore
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Unneeded files used/created by NPM
# ------------------------------------------------------------------------------
node_modules/
yarn.lock
package-lock.json
# Unneeded files created by you or helper processes
# ------------------------------------------------------------------------------
Gemfile.lock
Passengerfile.json
/google*.html
tmp/
\.bundle/
\.idea/
\.vscode/
\.sass-cache/
**/*.old
**/*.tmp
**/*.log
**/*.current
**/*.swp
**/*_backup
# Never publish your sensitive personal and/or OAuth
# data to any repo - not to public, not to any private.
# ------------------------------------------------------------------------------
# private.yml
# Unneeded files for the generated site
# ------------------------------------------------------------------------------
.jekyll-metadata
_data/modules/cc.yml
_site/
.jekyll-cache/
.sass-cache/