Skip to content

Commit

Permalink
fix: update ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamim committed Jan 8, 2024
1 parent ee89afe commit d1e3a18
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# FOLDERS ###############################
node_modules/

dist/
build/
offline/
/package
.next/
ignore/
node_modules/
package/

# FILES #################################

package-lock.json
yarn-lock.json
pnpm-lock.yaml
.env
*.tgz

# WebStrom Files ##########################
/.idea

# VS Code files ############################
/.vscode

0 comments on commit d1e3a18

Please sign in to comment.