Skip to content

Commit 7f279ca

Browse files
authored
Merge pull request #2630 from xantror/xantror/update-gitignore
chore: update gitignore to exclude automatic_dependencies dir
2 parents e84c245 + 947eddc commit 7f279ca

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.gitignore

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
1+
# OS-specific files
12
.DS_Store
3+
4+
# Node.js dependencies and logs
25
node_modules
36
yarn-error.log
47

8+
# Python virtual environments
9+
.venv*
10+
511
# Scraper-generated files
612
**/__pycache__/
713
*.ini
814
*.json
915
*.log
1016

11-
# Index build artifact
17+
# Build artifacts
1218
/_site
1319

14-
# generator
20+
# Generator artifacts
1521
site_generator/site/assets/fuse-index.json
1622
site_generator/site/assets/scrapers.json
1723

18-
# Python virtual environment
19-
.venv*
24+
# Automatic dependencies
25+
/scrapers/automatic_dependencies/

0 commit comments

Comments
 (0)