Ignore local Claude settings
This commit is contained in:
+5
-3
@@ -2,6 +2,9 @@
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Claude
|
||||
.claude/*.local.json
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
@@ -10,10 +13,10 @@ yarn-error.log*
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
# Source SVGs (too large for git)
|
||||
# Source SVGs
|
||||
svgs/
|
||||
|
||||
# Data files (generated)
|
||||
# Data files
|
||||
data/all_icons.json
|
||||
data/page*.json
|
||||
data/icons-full.json
|
||||
@@ -21,4 +24,3 @@ data/*.tmp
|
||||
|
||||
# FontForge temp files
|
||||
*.new
|
||||
fonts/webfonts/*.new
|
||||
|
||||
Reference in New Issue
Block a user