-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.gitignore
109 lines (102 loc) · 2.43 KB
/
.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# SourceMod
# =========================
game/compile.dat
game/compile.exe
game/spcomp.exe
game/compiled/*
game/include/admin.inc
game/include/adminmenu.inc
game/include/adt.inc
game/include/adt_array.inc
game/include/adt_stack.inc
game/include/adt_trie.inc
game/include/banning.inc
game/include/basecomm.inc
game/include/bitbuffer.inc
game/include/clientprefs.inc
game/include/clients.inc
game/include/commandfilters.inc
game/include/commandline.inc
game/include/console.inc
game/include/convars.inc
game/include/core.inc
game/include/cstrike.inc
game/include/datapack.inc
game/include/dbi.inc
game/include/entity.inc
game/include/entity_prop_stocks.inc
game/include/events.inc
game/include/files.inc
game/include/float.inc
game/include/functions.inc
game/include/geoip.inc
game/include/halflife.inc
game/include/handles.inc
game/include/helpers.inc
game/include/keyvalues.inc
game/include/lang.inc
game/include/logging.inc
game/include/mapchooser.inc
game/include/menus.inc
game/include/nextmap.inc
game/include/profiler.inc
game/include/protobuf.inc
game/include/regex.inc
game/include/sdkhooks.inc
game/include/sdktools.inc
game/include/sdktools_client.inc
game/include/sdktools_engine.inc
game/include/sdktools_entinput.inc
game/include/sdktools_entoutput.inc
game/include/sdktools_functions.inc
game/include/sdktools_gamerules.inc
game/include/sdktools_hooks.inc
game/include/sdktools_sound.inc
game/include/sdktools_stocks.inc
game/include/sdktools_stringtables.inc
game/include/sdktools_tempents.inc
game/include/sdktools_tempents_stocks.inc
game/include/sdktools_trace.inc
game/include/sdktools_variant_t.inc
game/include/sdktools_voice.inc
game/include/smlib.inc
game/include/sorting.inc
game/include/sourcemod.inc
game/include/string.inc
game/include/testing.inc
game/include/textparse.inc
game/include/tf2.inc
game/include/tf2items.inc
game/include/tf2_stocks.inc
game/include/timers.inc
game/include/topmenus.inc
game/include/usermessages.inc
game/include/vector.inc
game/include/version.inc
game/include/version_auto.inc
# VSCode
# =========================
.vscode/*
# PHPStorm
# =========================
.idea/*
# OSX
# =========================
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk