diff options
author | Alex Auvolat <alex@adnab.me> | 2018-11-02 11:22:28 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2018-11-02 11:22:28 +0100 |
commit | 3baa53f1da7f581619b066832b8303efbe9a46ba (patch) | |
tree | d6b49bd09fa915b93e13f3a03febc7fb1b38e9a4 /shardweb/.gitignore | |
parent | 80200dc43f271938fb14ec4eb4712e8dd7375aeb (diff) | |
download | shard-3baa53f1da7f581619b066832b8303efbe9a46ba.tar.gz shard-3baa53f1da7f581619b066832b8303efbe9a46ba.zip |
Remove friends list ; add some links
Diffstat (limited to 'shardweb/.gitignore')
-rw-r--r-- | shardweb/.gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/shardweb/.gitignore b/shardweb/.gitignore index d5be28f..bae7727 100644 --- a/shardweb/.gitignore +++ b/shardweb/.gitignore @@ -13,6 +13,9 @@ npm-debug.log # Static artifacts /assets/node_modules +# Auto-generated by phoenix-jsroutes +/assets/js/phoenix-jsroutes.js + # Since we are building assets from assets/, # we ignore priv/static. You may want to comment # this depending on your deployment strategy. @@ -24,4 +27,4 @@ npm-debug.log # Alternatively, you may comment the line below and commit the # secrets files as long as you replace their contents by environment # variables. -/config/*.secret.exs
\ No newline at end of file +/config/*.secret.exs |