gitignore lockfile
This commit is contained in:
parent
a6551957e7
commit
8186fe290e
2 changed files with 17 additions and 994 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
@ -1,5 +1,20 @@
|
|||
dist
|
||||
node_modules
|
||||
venboy.exe
|
||||
.vscode
|
||||
|
||||
*.exe
|
||||
vencord_installer
|
||||
|
||||
.idea
|
||||
|
||||
# These are absolute pain causing merge conflicts
|
||||
pnpm-lock.yaml
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
.pnpm-debug.log*
|
||||
*.tsbuildinfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue