Skip to content

Commit 0e67735

Browse files
committed
gitignore
1 parent 64f7c93 commit 0e67735

1 file changed

Lines changed: 31 additions & 14 deletions

File tree

.gitignore

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,49 @@
1+
# Local private files
2+
AGENTS.md
13
.private/
24
.vscode/
35

46
# JetBrains IDE project files
57
.idea/
68

79
# OS/editor noise
8-
.DS_Store
9-
Thumbs.db
10-
*.swp
1110
*.swo
11+
*.swp
1212
*~
13-
14-
# Dependencies
15-
vendor/
16-
node_modules/
13+
.DS_Store
14+
Thumbs.db
1715

1816
# Tool caches
17+
*.py[cod]
18+
.cache/
1919
.cspellcache
20-
.phpunit.result.cache
21-
.php-cs-fixer.cache
2220
.eslintcache
21+
.php-cs-fixer.cache
22+
.phpcs-cache
23+
.phpstan.cache
24+
.phpunit.cache
25+
.phpunit.result.cache
26+
.psalm/cache
2327
.stylelintcache
24-
.cache/
25-
coverage/
28+
__pycache__/
2629

2730
# Logs and temporary files
28-
*.log
29-
*.tmp
30-
*.temp
31+
*.backup
3132
*.bak
33+
*.log
34+
*.log.*
35+
*.old
3236
*.orig
37+
*.temp
38+
*.tmp
39+
logs/
40+
temp/
41+
tmp/
42+
43+
# Dependencies, tests, and build artifacts
44+
build/
45+
coverage/
46+
dist/
47+
node_modules/
48+
plugin-check-build/
49+
vendor/

0 commit comments

Comments
 (0)