russell.ballestrini.net/.gitignore
Russell Ballestrini c647048f9d Simplify JSONResume Makefile targets & add PDF generation
- Remove broken jsonresume-preview & jsonresume-export targets (Node 22 incompatible)
- Add jsonresume-pdf target for 4 favorite themes (kendall, modern-plain, one, onepage-plus)
- Include puppeteer in jsonresume-themes install
- Gitignore node_modules & npm files
2025-12-15 09:21:34 -05:00

84 lines
936 B
Text

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
*.tar.gz
.DS_Store
*.swp
# Distribution / packaging
.Python
env/
build/
build/*
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
content/pages/*.pdf
# PyBuilder
target/
# Pelican
output/
pelican-themes/
pelican-plugins/
build.sh
vars.fish
blog-multi-mower/
webwords/
venv/
# Node.js / JSONResume
node_modules/
package.json
package-lock.json