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
1 changed files with 6 additions and 2 deletions
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 a new issue