Gitignore and readme update

This commit is contained in:
Max W. 2024-05-15 00:09:00 +02:00
parent 70659ca292
commit 4abbf5a3d6
2 changed files with 4 additions and 5 deletions

3
.gitignore vendored
View File

@ -11,3 +11,6 @@ neutralino.js
# Neutralinojs related files # Neutralinojs related files
.storage .storage
*.log *.log
# temp files
.tmp

View File

@ -1,11 +1,7 @@
# neutralinojs-minimal # A desktop webapp for clearing sensitive data from text
The default template for a Neutralinojs app. It's possible to use your favorite frontend framework by using [these steps](https://neutralino.js.org/docs/getting-started/using-frontend-libraries). The default template for a Neutralinojs app. It's possible to use your favorite frontend framework by using [these steps](https://neutralino.js.org/docs/getting-started/using-frontend-libraries).
## Contributors
[![Contributors](https://contrib.rocks/image?repo=neutralinojs/neutralinojs-minimal)](https://github.com/neutralinojs/neutralinojs-minimal/graphs/contributors)
## License ## License
[MIT](LICENSE) [MIT](LICENSE)