mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-02 05:02:27 +08:00
.gitignore: Ignore .js and .d.ts files
This commit is contained in:
parent
d104feb697
commit
c03f2cff94
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,3 +4,7 @@ tmp/
|
|||||||
sample/ckeditor.dist.js
|
sample/ckeditor.dist.js
|
||||||
package-lock.json
|
package-lock.json
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
|
|
||||||
|
# Ignore compiled TypeScript files.
|
||||||
|
src/**/*.js
|
||||||
|
src/**/*.d.ts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user