This commit is contained in:
Vendicated 2023-04-19 21:36:17 +02:00
parent b7299ea2cc
commit 525aa3af33
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
3 changed files with 10 additions and 5 deletions

View file

@ -1,2 +1,6 @@
dist
node_modules
*
!.*ignore
!package.json
!README.md
!prepare.ts
!index.d.ts

View file

@ -1,2 +1,3 @@
node_modules
prepare.ts
.gitignore

View file

@ -1,5 +1,5 @@
/* eslint-disable */
/// <reference path="dist/Vencord.d.ts" />
/// <reference path="dist/globals.d.ts" />
/// <reference path="dist/modules.d.ts" />
/// <reference path="Vencord.d.ts" />
/// <reference path="globals.d.ts" />
/// <reference path="modules.d.ts" />