diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 331e26c3be..6f644d1cd7 100644 --- a/.gitignore +++ b/.gitignore @@ -69,6 +69,8 @@ coverage.all /modules/indexer/issues/indexers routers/repo/authorized_keys /yarn.lock +/public/js +/public/css # Snapcraft snap/.snapcraft/ @@ -78,4 +80,4 @@ prime/ *.snap *.snap-build *_source.tar.bz2 -.DS_Store
\ No newline at end of file +.DS_Store |