Skip to content

Commit 5d2c7a7

Browse files
committed
update
1 parent 8297fd5 commit 5d2c7a7

10 files changed

+57
-0
lines changed

.gitignore

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Hey! This is my gitignore file for Oh My Posh project
2+
# Feel free to add more stuff you want to ignore!
3+
4+
#---------------------------
5+
# Windows junk files
6+
#---------------------------
7+
# Windows thumbnail cache
8+
Thumbs.db
9+
# Windows desktop settings
10+
desktop.ini
11+
# Windows shortcuts
12+
*.lnk
13+
14+
#---------------------------
15+
# macOS junk files
16+
#---------------------------
17+
# Mac desktop service store
18+
.DS_Store
19+
20+
#---------------------------
21+
# Editor stuff
22+
#---------------------------
23+
# VS Code settings
24+
.vscode/
25+
# JetBrains IDE settings
26+
.idea/
27+
# Vim temporary files
28+
*.swp
29+
*.swo
30+
# Generic backup files
31+
*~
32+
33+
#---------------------------
34+
# Oh My Posh specific
35+
#---------------------------
36+
# Backup theme files
37+
*.backup.omp.*
38+
# Log files
39+
*.log
40+
41+
#---------------------------
42+
# Temporary and backup files
43+
#---------------------------
44+
# Temp folders
45+
temp/
46+
tmp/
47+
# Backup files
48+
*.bak
49+
*.old
50+
*.original
51+
52+
#---------------------------
53+
# Environment files
54+
#---------------------------
55+
# Local environment settings
56+
.env
57+
.env.local
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)