mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2025-02-02 14:37:13 -03:00
f98a00b698
Enhances security by ignoring secrets.php file, preventing accidental commits of sensitive data. Ensures better protection of confidential information.
14 lines
179 B
Text
14 lines
179 B
Text
# Configuration file
|
|
/config.php
|
|
/secrets.php
|
|
|
|
# NodeJS dependencies
|
|
/node_modules/
|
|
|
|
# Coingecko export data
|
|
/coingecko.json
|
|
/coingecko-original.json
|
|
|
|
# Compiled files
|
|
/js/
|
|
/css/
|