1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-01-17 21:49:16 +01:00
BezierInfo-2/.gitignore
2017-03-26 13:04:17 -07:00

20 lines
506 B
Plaintext

# nonsense files and dirs:
.buildmark
npm-debug.log
node_modules
# the locale data is transient, and only used during build
locales
# The latex source files are similarly transient
images/latex/source
# each section's index.js is autogenerated and doesn't need to be checked in
components/sections/**/index.js
# but NOT this one! This one absolutely needs checking in.
!components/sections/index.js
# this gets to be here for as long as I've not figured out how to do the full surgery
index.full.html