goodrobots / devFrame

devFrame is a 3D printable, Open Source quadcopter and rover (coming soon) frame design. Supports 300-500 class quadcopter frames in Stretch X, Hybrid X and H configurations, as well as skid steer rovers (coming soon).
Other
8 stars 6 forks source link

Some files not added to .gitignore #107

Closed fnoop closed 4 years ago

fnoop commented 4 years ago

After a build, git status shows:

[dev] [mav@maverick-ubuntuvm ~/software/devframe_docs/docs]$ git status
On branch master
Your branch is up-to-date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

    modified:   _site/index.html

Untracked files:
  (use "git add <file>..." to include in what will be committed)

    ../.jekyll-cache/Jekyll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910
    ../.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/b3/d457b1d68e5ff968c4542ca290b32924c454353eb8e356d21ce0b29c76dc09
    ../.jekyll-cache/Jekyll/Cache/Jekyll--Converters--Markdown/ec/6705e243521f16569cd2e6ff86f9c3b212ca2a1c90d8a99de4a1e8da8053f8
cglusky commented 4 years ago

every time you build _site should regen. what are we missing?

fnoop commented 4 years ago

_site is the local finished product, not? It shouldn't be committed back to git?

cglusky commented 4 years ago

yes, true since ghpages compiles.. let me see about adding _site dir

cglusky commented 4 years ago

it's already in my gitignore so not sure what's going on.

cglusky commented 4 years ago

this should be fixed. i added gitignore tweaks after i had already committed a bunch of stuff.