mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-29 16:34:32 +08:00
Add robots.txt to prevent search engine indexing [SCI-12100]
This commit is contained in:
parent
3a4a8cc6b8
commit
c28eb70b95
2 changed files with 3 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -45,9 +45,6 @@ public/bio_eddie/
|
|||
# Ignore ActiveStorage Disc service storage directory
|
||||
storage/
|
||||
|
||||
# Ignore robots.txt
|
||||
public/robots.txt
|
||||
|
||||
$ Ignore compiled assets
|
||||
public/packs-test/*
|
||||
|
||||
|
|
3
public/robots.txt
Normal file
3
public/robots.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
User-agent: *
|
||||
|
||||
Disallow: /
|
Loading…
Add table
Reference in a new issue