mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-08 23:50:43 +02:00
comments lost its index.js!
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -1,10 +1,20 @@
|
||||
node_modules
|
||||
data
|
||||
locales
|
||||
images/latex/source
|
||||
components/sections/**/index.js
|
||||
!components/sections/index.js
|
||||
# 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 these two! These absolutely need checking in.
|
||||
!components/sections/index.js
|
||||
!components/sections/comments/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
|
||||
|
Reference in New Issue
Block a user