aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 604a21ab2cb7b73490c3948fdb78935b5229476e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Build Artifacts
*.tuc
*.log
*.pdf
*.html
resume.tex
*.swo
*.swp
*.docx
*.rtf
result*

# IDE
/.idea/
/resume.iml

# NPM
/node_modules/