forked from Stuyk/altv-athena
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (48 loc) · 763 Bytes
/
.gitignore
File metadata and controls
52 lines (48 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
node_modules
altv-server
*.dll
*.exe
update.json
modules/
data/
*.log
cache/
athena.json
configDiscord
configLoadOrder
configMongoDB
.env
crashdumps
./screenshots/*
src/core/plugins/sandbox
cdn_upload
tsconfig.tsbuildinfo
athena-cache/
node_modules
.DS_Store
dist
dist-ssr
*.local
!altv-athena-hwid-win.exe
server.cfg
server.toml
doc
!scripts/streamer/dist
package-lock.json
# Plugin stuff
scripts/buildresource/*.json
src-webviews/src/plugins/imports.ts
src-webviews/src/plugins/vue-plugin-imports.ts
src-webviews/public/plugins/*
!src-webviews/public/plugins/*/.gitkeep
src/core/plugins/private-*
src/core/plugins/athena-plugin-*
src/core/plugins/sandbox*
docs/
# Yarn stuff
.yarn/
yarn.lock
# Resources
resources/core/**
resources/webviews/**
typedefs.d.ts