-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (41 loc) 路 789 Bytes
/
Copy path.gitignore
File metadata and controls
50 lines (41 loc) 路 789 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
46
47
48
49
50
# Personal infographics and content
01-infographics/categorized/**/*.jpg
01-infographics/categorized/**/*.jpeg
01-infographics/categorized/**/*.png
01-infographics/categorized/**/*.gif
01-infographics/categorized/**/*.pdf
# Generated posts (user-specific)
03-content-queue/**/*.md
04-published/**/*.md
# Analytics data (user-specific)
07-analytics/**/*.csv
07-analytics/**/*.xlsx
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might appear in the root
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Credentials and secrets
*.key
*.secret
*.env
# User-specific
credits.json
!credits-EXAMPLE.json
# Logs
*.log
# Editor directories and files
.vscode/*
.idea
*.swp
*.swo
*~