diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ lerna-debug.log* .pnpm-debug.log* *.tsbuildinfo -src/userplugins +src/userplugins/* +!src/userplugins/.gitkeep ExtensionCache/ settings/ |