mirror of
https://github.com/youfoundjk/TeXcore.git
synced 2026-07-22 07:33:31 +00:00
35 lines
No EOL
338 B
Text
35 lines
No EOL
338 B
Text
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
|
|
# Node
|
|
node_modules/
|
|
coverage/
|
|
|
|
# Compiled files
|
|
main.js
|
|
styles.css
|
|
styles.css.map
|
|
main.css
|
|
dist/
|
|
build/
|
|
|
|
# Reports and Caches
|
|
.cache/
|
|
css_report.txt
|
|
lint_report.txt
|
|
|
|
# MkDocs
|
|
site/
|
|
|
|
# System / OS
|
|
.DS_Store
|
|
*.lnk
|
|
|
|
# Environment / Local Configurations
|
|
.env
|
|
.vault-config.json
|
|
.envrc
|
|
.direnv/
|
|
.export-to-txt.py |