-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
31 lines (25 loc) · 820 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
# Ignorar arquivos e pastas dentro de "Minimal Text Editor (Lite)"
# Build folders
Minimal Text Editor (Lite)/bin/
Minimal Text Editor (Lite)/obj/
# User-specific files
Minimal Text Editor (Lite)/*.suo
Minimal Text Editor (Lite)/*.user
Minimal Text Editor (Lite)/*.userosscache
Minimal Text Editor (Lite)/*.sln.docstates
# Logs
Minimal Text Editor (Lite)/*.log
# Temporary files
Minimal Text Editor (Lite)/*.tmp
Minimal Text Editor (Lite)/*.temp
Minimal Text Editor (Lite)/*.bak
Minimal Text Editor (Lite)/*.swp
Minimal Text Editor (Lite)/*~.nib
Minimal Text Editor (Lite)/*.orig
# Dependencies
Minimal Text Editor (Lite)/node_modules/
Minimal Text Editor (Lite)/packages/
# Configurations
Minimal Text Editor (Lite)/*.DS_Store
Minimal Text Editor (Lite)/*.appsettings.json
Minimal Text Editor (Lite)/secrets.json