-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathdot.gitignore
More file actions
57 lines (50 loc) · 1.33 KB
/
Copy pathdot.gitignore
File metadata and controls
57 lines (50 loc) · 1.33 KB
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
# ------------------------------------------------------------------------------
# ~/.gitignores
# Git ignore settings for J1 Theme run-time systems
#
# Product/Info:
# https://jekyll.one
#
# Copyright (C) 2023-2026 Juergen Adams
#
# J1 Template is licensed under the MIT License.
# See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
# ------------------------------------------------------------------------------
# Unneeded files used/created by NPM
# ------------------------------------------------------------------------------
node_modules/
package-lock.json
# Unneeded files created by you or helper processes
# ------------------------------------------------------------------------------
tmp/
\.bundle/
\.idea/
\.vscode/
\.sass-cache/
**/*.old
**/*.tmp
**/*.log
**/*.current
**/*.swp
**/*_backup
# Never publish your sensitive personal and/or third party data
# (like APIkeys for example) to any repo, NOT to public and
# NOT to any private.
# ------------------------------------------------------------------------------
google*.html
**/google*.html
**/private.yml
.env
.env.*
**/.env
**/.env.*
!.env.example
private.yml
# Unneeded files for the generated site
# ------------------------------------------------------------------------------
Gemfile.lock
.jekyll-metadata
.jekyll-cache/
.sass-cache/
_data/modules/cc.yml
_site/