-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
62 lines (49 loc) · 832 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Ignore all generated files except the content of ./out
# Compiled Python files
*.pyc
__pycache__/
# LaTeX auxiliary files
*.aux
*.log
*.out
*.toc
*.fls
*.fdb_latexmk
*.synctex.gz
# Ignore all files in the tex directory except for the necessary files
tex/*.aux
tex/*.log
tex/*.out
tex/*.toc
tex/*.fls
tex/*.fdb_latexmk
tex/*.synctex.gz
# Ignore node_modules directory if using Node.js
node_modules/
# Ignore environment variables
.env
# Ignore compiled output
out/*
# Do not ignore specific files in out directory
!out/Alicia-Sykes-CV.pdf
# Other ignored files and directories
resume.aux
resume.log
resume.out
# Ignore all hidden system files
.DS_Store
Thumbs.db
# Backup files
*.bak
*.swp
# Temporary files
*.tmp
*.temp
# Ignore all log files
*.log
# Ignore any other generated files
*.bak
*.tmp
*.backup
*.old
*.swp