Include external frameworks, but do not commit them. Please provide authors' credit.
This commit is contained in:
parent
4e8ed95ea6
commit
a34b1beddf
3 changed files with 12 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/bin
|
/bin
|
||||||
|
interface.external.css
|
||||||
|
jquery.js
|
||||||
|
|
5
gui/scripts/external/ReadMe.md
vendored
Normal file
5
gui/scripts/external/ReadMe.md
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# External GUI Libraries
|
||||||
|
are not included in this repository for the sake of providing authors' credit. Moreover, it's recommended to get the latest versions for as long as they do not break.
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
- [ ] [JQuery](https://jquery.com/)
|
5
gui/styles/ReadMe.md
Normal file
5
gui/styles/ReadMe.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# External GUI Libraries
|
||||||
|
are not included in this repository for the sake of providing authors' credit. Moreover, it's recommended to get the latest versions for as long as they do not break.
|
||||||
|
|
||||||
|
Please choose one; they're exactly the same, but you'll have to rename them as `interface.external.css`.
|
||||||
|
- [ ] [7.css](https://khang-nd.github.io/7.css/)
|
Loading…
Add table
Add a link
Reference in a new issue