forked from stardew-valley-dedicated-server/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (48 loc) · 770 Bytes
/
.gitignore
File metadata and controls
61 lines (48 loc) · 770 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
53
54
55
56
57
58
59
60
61
# Misc
.claude
.DS_Store
.fleet
# VS
.vs
# VSC
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
.history/
# IntelliJ
.idea
# Resharper personal layer
JunimoMods.sln.DotSettings
# Logs
logs
*.log
# Local env files
.env
.env.*
!.env.example
!.env.dev.example
# Local server settings
server-settings.json
# Build output
**/.output
**/bin
!docker/rootfs/opt/base/bin/
**/obj
**/debug
**/decompiled
**/tmp
# Test artifacts (screenshots, etc.)
TestResults/
# Dependency folders
node_modules/
# Decompiler version file
/version.txt
# Used by fetch-sdv-version.sh
/tools/depot-downloader/DepotDownloader.exe
/tools/depot-downloader/DepotDownloader.xml
/tools/.playground
# Extra mods
/mods