Skip to content

Commit

Permalink
added gitignore file to tailwind files.
Browse files Browse the repository at this point in the history
  • Loading branch information
OurCodeBase authored Oct 22, 2024
1 parent 5b6e352 commit 76279b1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tailwind/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# env variables
.env.local
.env.development.local
.env.test.local
.env.production.local

# error and debug files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

0 comments on commit 76279b1

Please sign in to comment.