fix: add robots.txt and remove *.txt from gitignore
- Add robots.txt to repository for SEO compliance - Remove *.txt from .gitignore as it was blocking robots.txt - Robots.txt allows crawling except for /api/ paths
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
|
||||
# debug
|
||||
*.log
|
||||
*.txt
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
Reference in New Issue
Block a user