Skip to content

Commit 2a310bb

Browse files
authored
updating to remove some noise
config/public-resolvers.md was previously included in .gitignore. Will comment out section for tracking and monitor effect.
1 parent 004e48d commit 2a310bb

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

.gitignore

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
config/public-resolvers.md*
1+
# OS / editor junk
2+
.DS_Store
3+
Thumbs.db
4+
.idea/
5+
.vscode/
6+
*.swp
7+
*~
8+
9+
# Env / secrets (never commit these)
10+
.env
11+
.env.*
12+
*.pem
13+
*.key
14+
*.p12
15+
*.pfx
16+
secrets.*
17+
*.secret
18+
19+
# Logs / temp
20+
*.log
21+
tmp/
22+
temp/
23+
24+
# Previous contents that were enabled. Will monitor for effect
25+
#config/public-resolvers.md*

0 commit comments

Comments
 (0)