Removed trash, Added files for future shop redirect

Update .gitignore, strings.json, and .htaccess
This commit is contained in:
2023-11-08 01:07:37 +01:00
parent ebba159b43
commit faf5837650
3 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@@ -15,9 +15,9 @@ resources/PlotlyJs/
# Compiled Stuff
*.min.php
*.min.js
commons/strings.json
resources/NibblePoker/css/*.css
resources/NibblePoker/js/*.min.js
tools/items/formula-wizard/*.js
tools/items/formula-wizard/src/*.js

File diff suppressed because one or more lines are too long

4
shop/.htaccess Normal file
View 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]