mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
Revert "no longer need to ignore locale.ts files as they don't exist anymore", adjusting comment
This commit is contained in:
@@ -2,3 +2,7 @@ dist
|
||||
node_modules
|
||||
|
||||
vite.config.ts
|
||||
|
||||
# compiled linguijs locales
|
||||
# they no longer exist but we keep this to avoid issues with people still having those files on disk
|
||||
src/locales/**/*.ts
|
||||
4
commafeed-client/.gitignore
vendored
4
commafeed-client/.gitignore
vendored
@@ -28,3 +28,7 @@ dist-ssr
|
||||
|
||||
# vite
|
||||
vite.config.ts.timestamp-*.mjs
|
||||
|
||||
# compiled linguijs locales
|
||||
# they no longer exist but we keep this to avoid issues with people still having those files on disk
|
||||
src/locales/**/*.ts
|
||||
Reference in New Issue
Block a user