mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-11-10 05:03:44 +01:00
chore: update .gitignore for clarity and consistency
- 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
This commit is contained in:
parent
2e77cc58ab
commit
5f0a0abff9
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,8 +1,12 @@
|
||||
# Configuration file
|
||||
/config.php
|
||||
|
||||
# NodeJS dependencies
|
||||
/node_modules/
|
||||
|
||||
# Coingecko export data
|
||||
coingecko.json
|
||||
coingecko-original.json
|
||||
/coingecko.json
|
||||
/coingecko-original.json
|
||||
|
||||
# Compiled files
|
||||
/js/
|
||||
|
Loading…
Reference in New Issue
Block a user