This website requires JavaScript.
Explore
Help
Register
Sign in
rottenwheel
/
moner.ooo
Watch
1
Star
0
Fork
You've already forked moner.ooo
0
mirror of
https://github.com/rottenwheel/moner.ooo.git
synced
2024-11-16 14:57:35 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
220d5dde1d
moner.ooo
/
.gitignore
8 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
add purgecss
2024-05-23 19:07:26 +00:00
/node_modules/
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 05:35:19 +00:00
# Coingecko export data
coingecko.json
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 05:36:46 +00:00
coingecko-original.json
# Compiled JS
/js/
Reference in a new issue
Copy permalink