mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
f9bc305aca
* new styling for frontpage, update login and authorize templates * run go fmt * add AssetBaseDir to command flag parsing * untested: move landing page to it's own router * go fmt, fix typo * fix package, adapt to proper Route structure
11 lines
228 B
Text
11 lines
228 B
Text
# exclude the compiled binary
|
|
/gotosocial
|
|
|
|
# exclude built documentation, since readthedocs will build it for us anyway
|
|
/docs/_build
|
|
|
|
# exclude coverage report
|
|
cp.out
|
|
|
|
# exclude node_modules if installed
|
|
/web/source/node_modules |