File tree Expand file tree Collapse file tree 1 file changed +116
-0
lines changed
Expand file tree Collapse file tree 1 file changed +116
-0
lines changed Original file line number Diff line number Diff line change 1+ # macOS system files
2+ .DS_Store
3+ .AppleDouble
4+ .LSOverride
5+
6+ # Icon must end with two \r
7+ Icon
8+ # Thumbnails
9+ ._ *
10+
11+ # Files that might appear in the root of a volume
12+ .DocumentRevisions-V100
13+ .fseventsd
14+ .Spotlight-V100
15+ .TemporaryItems
16+ .Trashes
17+ .VolumeIcon.icns
18+ .com.apple.timemachine.donotpresent
19+ .applediskimage
20+ .AppleDB
21+ .AppleDesktop
22+ Network Trash Folder
23+ Temporary Items
24+ .apdisk
25+
26+ # Windows thumbnail cache files
27+ Thumbs.db
28+ ehthumbs.db
29+
30+ # Folder config file
31+ Desktop.ini
32+
33+ # Recycle Bin used on file shares
34+ $RECYCLE.BIN /
35+
36+ # .NET garbage
37+ * .pidb
38+ * .suo
39+ * .user
40+ * .userosscache
41+ * .sln.docstates
42+
43+ # Files generated by popular code editors
44+ .vscode /
45+ .idea /
46+ * .sublime-project
47+ * .sublime-workspace
48+
49+ # SQL backup and logs
50+ * .sql.bak
51+ * .sql.log
52+
53+ # PostgreSQL specific
54+ pgdata /
55+ * .backup
56+ * .log
57+ * .pid
58+
59+ # General database files
60+ * .db
61+ * .db-journal
62+ * .sqlite
63+ * .sqlite3
64+
65+ # Temporary files
66+ * .tmp
67+ * .swp
68+ * ~
69+
70+ # Python bytecode
71+ * .pyc
72+ * .pyo
73+ __pycache__ /
74+
75+ # Virtual environment
76+ venv /
77+ env /
78+ ENV /
79+ .virtualenv /
80+
81+ # Jupyter Notebook checkpoints
82+ .ipynb_checkpoints /
83+
84+ # Configurations
85+ config.ini
86+ .env
87+ .env.local
88+ .env.development.local
89+ .env.test.local
90+ .env.production.local
91+
92+ # Logs
93+ logs /
94+ * .log
95+
96+ # Node modules
97+ node_modules /
98+
99+ # Coverage reports
100+ coverage /
101+ * .lcov
102+
103+ # Custom directory for PostgreSQL data
104+ pg_data /
105+
106+ # Ignore sensitive files
107+ secrets.json
108+ * .key
109+ * .crt
110+
111+ # JetBrains IDEs
112+ .idea /
113+ * .iml
114+
115+ # macOS Temporary files
116+ .DS_Store
You can’t perform that action at this time.
0 commit comments