auto-theme
auto-theme copied to clipboard
Added .gitignore file to project
This pull request adds a .gitignore file to the project, which will help prevent unnecessary files from being included in the repository. Specifically, this .gitignore file excludes the following files and directories:
.idea
.vscode
node_modules
dist/
By ignoring these files and directories, we can keep our repository clean and organized. This will also help to reduce the size of the repository and speed up certain Git operations.
Please review this pull request and let me know if any changes are needed. Thanks!