Don't ignore priv/static

This commit is contained in:
Shadowfacts 2019-04-01 11:36:52 -04:00
parent 7230b52563
commit a59412efda
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
8 changed files with 150 additions and 5 deletions

5
.gitignore vendored
View File

@ -22,11 +22,6 @@ erl_crash.dump
# Ignore package tarball (built via "mix hex.build").
frenzy-*.tar
# Since we are building assets from assets/,
# we ignore priv/static. You may want to comment
# this depending on your deployment strategy.
/priv/static/
# Files matching config/*.secret.exs pattern contain sensitive
# data and you should not commit them into version control.
#

7
priv/static/css/app.css Normal file
View File

@ -0,0 +1,7 @@
/* This file is for your main application css. */
@import "./phoenix.css";
.item-read a {
color: #606c76;
}

134
priv/static/css/phoenix.css Normal file

File diff suppressed because one or more lines are too long

BIN
priv/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

3
priv/static/js/app.js Normal file
View File

@ -0,0 +1,3 @@
// for phoenix_html support, including form and button helpers
// copy the following scripts into your javascript bundle:
// * https://raw.githubusercontent.com/phoenixframework/phoenix_html/v2.10.0/priv/static/phoenix_html.js

File diff suppressed because one or more lines are too long

5
priv/static/robots.txt Normal file
View File

@ -0,0 +1,5 @@
# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
#
# To ban all spiders from the entire site uncomment the next two lines:
User-agent: *
Disallow: /