Removed trash, Added files for future shop redirect
Update .gitignore, strings.json, and .htaccess
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -15,9 +15,9 @@ resources/PlotlyJs/
|
|||||||
|
|
||||||
# Compiled Stuff
|
# Compiled Stuff
|
||||||
*.min.php
|
*.min.php
|
||||||
|
*.min.js
|
||||||
commons/strings.json
|
commons/strings.json
|
||||||
resources/NibblePoker/css/*.css
|
resources/NibblePoker/css/*.css
|
||||||
resources/NibblePoker/js/*.min.js
|
|
||||||
tools/items/formula-wizard/*.js
|
tools/items/formula-wizard/*.js
|
||||||
tools/items/formula-wizard/src/*.js
|
tools/items/formula-wizard/src/*.js
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
4
shop/.htaccess
Normal file
4
shop/.htaccess
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Redirecting all requests to "???"
|
||||||
|
# Use 301 for production, and 307 for testing.
|
||||||
|
RewriteEngine On
|
||||||
|
RewriteRule ^ https://google.be/ [R=307,L]
|
Reference in New Issue
Block a user