mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
chore(frontend): ignore /css containing only compiled styles
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
parent
1bfe691cb0
commit
a0cb9ee630
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -23,7 +23,8 @@
|
|||
# PHP Dev server output (integration tests)
|
||||
/tests/integration/phpserver*.log
|
||||
|
||||
# Compiled javascript
|
||||
# Compiled frontend assets
|
||||
/css
|
||||
/js
|
||||
|
||||
# VScode settings
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue