-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
37 lines (32 loc) · 843 Bytes
/
.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
##############################################################################
#
# This file defines paths/files that are ignored by Git.
#
# Tutorial: https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring
#
# File pattern format: https://git-scm.com/docs/gitignore#_pattern_format
#
# Useful .gitignore templates: https://github.com/github/gitignore
#
# Official documentation: https://git-scm.com/docs/gitignore
#
##############################################################################
#
# Common ignores
#
# Log files
*.log
# Temporary files
*.tmp
# User files
# See: https://en.wikipedia.org/wiki/.DS_Store
.DS_Store
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# Repository custom ignores
#
.hugo_build.lock
resources/_gen/
public/
static/pagefind/
node_modules/