Skip to content

Commit 63920df

Browse files
committed
Merge branch 'main' of github.com:fidpa/ubuntu-server-security
# Conflicts: # README.md
2 parents 6703da8 + d0d7275 commit 63920df

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Test outputs
2+
*.tmp
3+
*.log
4+
test-output/
5+
6+
# Local configs
7+
config.local
8+
*.env
9+
!*.example.env
10+
11+
# Editor
12+
.vscode/
13+
.idea/
14+
*.swp
15+
*.swo
16+
*~
17+
18+
# OS
19+
.DS_Store
20+
Thumbs.db
21+
22+
# Temporary files
23+
/tmp/
24+
25+
# Build artifacts
26+
*.bak
27+
28+
# Personal/marketing content
29+
REDDIT_POST.md
30+
LINKEDIN_POST.md
31+
COMPONENT_README_TEMPLATE.md

0 commit comments

Comments
 (0)