Commit graph

5 commits

Author SHA1 Message Date
5f0a0abff9
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
2024-08-08 16:07:32 +02:00
263450fbd2
chore: update .gitignore to include compiled CSS files
Expanded the .gitignore to also ignore compiled CSS files, ensuring they are not tracked in the repository, similar to how compiled JS files are handled. This keeps the repo clean and focuses on source files.
2024-08-08 08:38:13 +02:00
3ad0a2c00b
chore: update .gitignore to exclude JS build artifacts
Added compiled JavaScript directory to .gitignore to prevent build artifacts from being tracked in the repository. This helps keep the repo clean and reduces unnecessary clutter from generated files.
2024-08-08 07:36:46 +02:00
94c01f2169
chore: update .gitignore to exclude Coingecko exports
Added Coingecko export files (coingecko.json and coingecko-original.json) to .gitignore to prevent them from being tracked by Git. This ensures that large or unnecessary data files do not clutter the repository and facilitates easier version control.
2024-08-08 07:35:19 +02:00
thecashewtrader
ddcac1b168 add purgecss 2024-05-24 00:37:26 +05:30