Skip to content

Commit a45cbb6

Browse files
committed
Minor repository configuration updates
1 parent e609494 commit a45cbb6

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.gitignore

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# macOS
22
._*
3-
.AppleDouble
43
.DS_Store
54
.LSOverride
65
# Icon must end with two carriage returns (\r)
@@ -9,11 +8,19 @@ Icon
98
# Windows
109
[Dd]esktop.ini
1110
ehthumbs.db
12-
Thumbs.db
11+
ehthumbs_vista.db
12+
[Tt]humbs.db
13+
14+
# Backups
15+
*.bak
16+
17+
# Logs
18+
*.log
19+
log/
20+
logs/
1321

1422
# Temporary
1523
*~
16-
*.bak
1724
*.tmp
1825
*.temp
1926
tmp/

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
// File paths to language mappings
33
"files.associations": {
4+
// ShellCheck
45
".shellcheckrc": "properties"
56
},
67

0 commit comments

Comments
 (0)