I already have a .gitignore file. Do I need to remove everything in it and only use the lines you suggested, or can I just add the new lines to my existing file? Thx.
my gitignore file looks like:
# Hugo generated files
/public/
/resources/_gen/
/hugo_cache/
*.html
# Hugo temporary files
*.lock
*.log
# OS-specific files
.DS_Store
Thumbs.db
# Node.js (if using npm or yarn for theme assets)
node_modules/
package-lock.json
yarn.lock
# Sass cache (if using SCSS)
.sass-cache/
# IDE/editor folders
.vscode/
.idea/
# Netlify specific (optional)
.netlify/
# Backup files
*.bak
*.tmp
*.swp
thanks for pointing. i changed it. but now the project stopped as i got mail form netlify (Your credit usage on team FewSteps has exceeded your 300 credit allowance in the current billing cycle from November 6 to December 5.).
thanks for helping. hopefully, it will be fixed. Is there any other alternative option where i can test after deplyo freely? form last night i was tring to fix only that issue and it ate all my 300 credits.
I mean something like Netlify. I know Google Firebase Hosting also offers free hosting, but I’m not sure if it works the same way. Specifically, I mean whether it can automatically deploy whenever I commit, like Netlify does.