1
1
2
- # # General files ##
2
+ # ### --- General files --- ## ##
3
3
4
4
# Contains the discord bot token
5
5
.env
@@ -8,13 +8,39 @@ node_modules/
8
8
9
9
10
10
11
- # # IDEs ##
11
+ # ### --- IDEs --- ### ##
12
12
13
- # Visual Studio Code #
13
+ # ## Visual Studio Code ## #
14
14
.vscode /*
15
15
.code-workspace
16
16
17
17
18
+ # ## VIM (From https://github.com/github/gitignore) ###
19
+
20
+ # Swap
21
+ [._ ]* .s [a-v ][a-z ]
22
+ ! * .svg # comment out if you don't need vector files
23
+ [._ ]* .sw [a-p ]
24
+ [._ ]s [a-rt-v ][a-z ]
25
+ [._ ]ss [a-gi-z ]
26
+ [._ ]sw [a-p ]
27
+
28
+ # Session
29
+ Session.vim
30
+ Sessionx.vim
31
+
32
+ # Temporary
33
+ .netrwhist
34
+ * ~
35
+ # Auto-generated tag files
36
+ tags
37
+ # Persistent undo
38
+ [._ ]* .un~
39
+
40
+
41
+
42
+
43
+ # ## IntelliJ ###
18
44
19
45
# Created by https://www.gitignore.io/api/phpstorm+all
20
46
# Edit at https://www.gitignore.io/?templates=phpstorm+all
@@ -106,3 +132,84 @@ modules.xml
106
132
.idea /sonarlint
107
133
108
134
# End of https://www.gitignore.io/api/phpstorm+all
135
+
136
+
137
+
138
+
139
+ # ### --- Operating Systems --- ####
140
+
141
+ # ## Linux (From https://github.com/github/gitignore) ###
142
+
143
+ * ~
144
+
145
+ # temporary files which can be created if a process still has a handle open of a deleted file
146
+ .fuse_hidden *
147
+
148
+ # KDE directory preferences
149
+ .directory
150
+
151
+ # Linux trash folder which might appear on any partition or disk
152
+ .Trash- *
153
+
154
+ # .nfs files are created when an open file is removed but is still being accessed
155
+ .nfs *
156
+
157
+
158
+
159
+ # ## macOS (From https://github.com/github/gitignore) ###
160
+
161
+ # General
162
+ .DS_Store
163
+ .AppleDouble
164
+ .LSOverride
165
+
166
+ # Icon must end with two \r
167
+ Icon
168
+
169
+ # Thumbnails
170
+ ._ *
171
+
172
+ # Files that might appear in the root of a volume
173
+ .DocumentRevisions-V100
174
+ .fseventsd
175
+ .Spotlight-V100
176
+ .TemporaryItems
177
+ .Trashes
178
+ .VolumeIcon.icns
179
+ .com.apple.timemachine.donotpresent
180
+
181
+ # Directories potentially created on remote AFP share
182
+ .AppleDB
183
+ .AppleDesktop
184
+ Network Trash Folder
185
+ Temporary Items
186
+ .apdisk
187
+
188
+
189
+
190
+ # ## Windows (From https://github.com/github/gitignore) ###
191
+
192
+ # Windows thumbnail cache files
193
+ Thumbs.db
194
+ Thumbs.db:encryptable
195
+ ehthumbs.db
196
+ ehthumbs_vista.db
197
+
198
+ # Dump file
199
+ * .stackdump
200
+
201
+ # Folder config file
202
+ [Dd ]esktop.ini
203
+
204
+ # Recycle Bin used on file shares
205
+ $RECYCLE.BIN /
206
+
207
+ # Windows Installer files
208
+ * .cab
209
+ * .msi
210
+ * .msix
211
+ * .msm
212
+ * .msp
213
+
214
+ # Windows shortcuts
215
+ * .lnk
0 commit comments