Skip to content

Commit 459627a

Browse files
committed
Automated update from private repo
1 parent ed2fea0 commit 459627a

1 file changed

Lines changed: 110 additions & 0 deletions

File tree

pretext/.gitignore

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
# This file was automatically generated with PreTeXt 2.29.0.
2+
# If you modify this file, PreTeXt will no longer automatically update it.
3+
#
4+
# Boilerplate list of files in a PreTeXt project for git to ignore
5+
# ensure this file is tracked
6+
!.gitignore
7+
8+
# don't track unpublished builds or stage (note: Runestone uses `published`)
9+
output
10+
published
11+
12+
# don't track assets generated from source
13+
generated-assets
14+
.cache
15+
16+
# don't track the executables.ptx file
17+
executables.ptx
18+
19+
# don't track node packages
20+
node_modules
21+
22+
# don't track error logs
23+
.error_schema.log
24+
logs
25+
26+
# don't track OS related files (windows/macos/linux)
27+
.DS_Store
28+
.DS_Store?
29+
._*
30+
.AppleDouble
31+
.LSOverride
32+
.Spotlight-V100
33+
.Trashes
34+
Icon
35+
.AppleDB
36+
.AppleDesktop
37+
Network Trash Folder
38+
Temporary Items
39+
.apdisk
40+
Thumbs.db
41+
Thumbs.db:encryptable
42+
ehthumbs.db
43+
ehthumbs_vista.db
44+
*.stackdump
45+
*.lnk
46+
*.cab
47+
*.msi
48+
*.msix
49+
*.msm
50+
*.msp
51+
[Dd]esktop.ini
52+
.directory
53+
.fuse_hidden*
54+
.Trash-*
55+
.nfs*
56+
57+
# Don't include VSCode generated files
58+
.vscode
59+
*.code-workspace
60+
61+
# Don't inlucde SublimeText files
62+
# Cache files for Sublime Text
63+
*.tmlanguage.cache
64+
*.tmPreferences.cache
65+
*.stTheme.cache
66+
67+
# Workspace files are user-specific
68+
*.sublime-workspace
69+
70+
# Project files should be checked into the repository, unless a significant
71+
# proportion of contributors will probably not be using Sublime Text
72+
*.sublime-project
73+
74+
# SFTP configuration file
75+
sftp-config.json
76+
sftp-config-alt*.json
77+
78+
# Package control specific files
79+
Package Control.last-run
80+
Package Control.ca-list
81+
Package Control.ca-bundle
82+
Package Control.system-ca-bundle
83+
Package Control.cache/
84+
Package Control.ca-certs/
85+
Package Control.merged-ca-bundle
86+
Package Control.user-ca-bundle
87+
oscrypto-ca-bundle.crt
88+
bh_unicode_properties.cache
89+
90+
# Sublime-github package stores a github token in this file
91+
# https://packagecontrol.io/packages/sublime-github
92+
GitHub.sublime-settings
93+
94+
# Don't track common virtual environment directories
95+
venv/
96+
97+
# Don't include Dropbox settings and caches
98+
.dropbox
99+
.dropbox.attr
100+
.dropbox.cache
101+
102+
# Don't track codechat config (will be generated automatically)
103+
codechat_config.yaml
104+
105+
# Don't track deprecated workflows
106+
.github/workflows/deploy.yml
107+
.github/workflows/test-build.yml
108+
109+
# scratch directory
110+
scratch

0 commit comments

Comments
 (0)