mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-11-10 05:03:44 +01:00
5f0a0abff9
- Added config.php to ignore list for security reasons - Clarified comments for NodeJS dependencies and Coingecko export data - Ensured consistent use of leading slashes for ignored paths
14 lines
166 B
Plaintext
14 lines
166 B
Plaintext
# Configuration file
|
|
/config.php
|
|
|
|
# NodeJS dependencies
|
|
/node_modules/
|
|
|
|
# Coingecko export data
|
|
/coingecko.json
|
|
/coingecko-original.json
|
|
|
|
# Compiled files
|
|
/js/
|
|
/css/
|