generated from caltechlibrary/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
26 lines (25 loc) · 1.69 KB
/
.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
# Summary: rules for files and subdirectories to be ignored by git.
#
# Copyright 2024 California Institute of Technology.
# License: Modified BSD 3-clause – see file "LICENSE" in the project website.
# Website: https://github.com/caltechlibrary/boffo
#
# ╭─────────────────────── Notice ── Notice ── Notice ────────────────────────╮
# │ The recommended approach is to add ONLY project-specific rules to the │
# │ .gitignore of a repo. Users can put rules that apply to their individual │
# │ ways of doing things into global git ignore files that they set up using │
# │ (e.g.) "git config --global core.excludesfile ~/.gitignore_global". For │
# │ example, a number of files such as Emacs checkpoint and backup files are │
# │ things that are not specific to a given project; rather, Emacs creates │
# │ them everywhere, in all projects, because they're a byproduct of how it │
# │ works. Thus, rules to ignore them belong in users' own global .gitignore │
# │ files, not in a project's .gitignore. │
# │ │
# │ A useful starting point for global .gitignore file contents can be found │
# │ at https://github.com/github/gitignore/tree/main/Global (as of 2022-07-14)│
# ╰───────────────────────────────────────────────────────────────────────────╯
docs/_build
*.bak
*.log
*.tmp
.tern-port