added what was a submodule to .gitignore

This commit is contained in:
tigerbot 2017-06-07 10:54:41 -06:00
parent 1c811ac444
commit 50cee61ac6
2 ha cambiato i file con 3 aggiunte e 0 eliminazioni

1
.gitignore esterno
Vedi File

@ -1,6 +1,7 @@
*session*
*secret*
var/*
packages/assets/org.oauth3
# Logs
logs

2
update-packages.sh Normal file → Executable file
Vedi File

@ -1,3 +1,5 @@
#!/bin/bash
pushd packages/assets
git clone https://git.daplie.com/Daplie/oauth3.js.git org.oauth3