# Ignore build artifacts /dist /build # Ignore node_modules /node_modules # Ignore log files *.log # Ignore any config files .env .env.* # Ignore coverage reports /coverage # Ignore helper apps /helper-apps # Ignore documentation /docs # Ignore tests /tests # Ignore any generated or bundled files *.min.js *.bundle.js # Ignore any files generated by your IDE or text editor .idea/ .vscode/ *.sublime-* *.iml *.swp