-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (41 loc) · 740 Bytes
/
.gitignore
File metadata and controls
45 lines (41 loc) · 740 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
# ==========================================
# Shelldeck - .gitignore
# ==========================================
# 1. Eseguibili e Binari (Non si salva mai il codice compilato)
*.exe
*.exe~
*.dll
*.so
*.dylib
shelldeck-server*
shelldeck-bridge*
shelldeck-client*
shelldeck-standalone*
shelldeck-standalone
/releases/
/scripts/*
Icon.png
uploadbin.sh
# 2. Database generati dinamicamente (Contengono dati sensibili)
*.db
*.db-wal
*.db-shm
*.sqlite
*.sqlite3
icon.png
# 3. File di Configurazione (Specifici della singola installazione)
config.json
.env
# 4. File di log
*.log
/logs/
/fyne-cross/
/build/
# 5. File di sistema operativo e roba temporanea
.DS_Store
Thumbs.db
ehthumbs.db
.vscode/
# 6. File temporanei di Go
*.test
/vendor/