forked from COSCUP/2023
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
48 lines (45 loc) · 907 Bytes
/
.gitignore
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
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
.env
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Auto-generated files
public/json/announcement.json
public/json/session.json
public/json/staff.json
public/json/sponsor.json
public/json/sponsor-news.json
public/json/ytLink.json
public/json/community.json
public/json/topics.json
public/json/fringe.json
public/images/community/
public/images/sponsor/
public/images/fringe/
public/images/sponsor-news/
public/sitemap.xml
public/images/sessions/
src/assets/json/announcement.json
src/assets/json/session.json
src/assets/json/staff.json
src/assets/json/sponsor.json
src/assets/json/sponsor-news.json
src/assets/json/ytLink.json
src/assets/json/community.json
src/assets/json/topics.json
src/assets/json/fringe.json
.vite-ssg-temp/