added what was a submodule to .gitignore
This commit is contained in:
parent
1c811ac444
commit
50cee61ac6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
*session*
|
||||
*secret*
|
||||
var/*
|
||||
packages/assets/org.oauth3
|
||||
|
||||
# Logs
|
||||
logs
|
||||
|
2
update-packages.sh
Normal file → Executable file
2
update-packages.sh
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd packages/assets
|
||||
|
||||
git clone https://git.daplie.com/Daplie/oauth3.js.git org.oauth3
|
||||
|
Loading…
x
Reference in New Issue
Block a user