Skip to content

Commit

Permalink
fix: Add package-lock to fe project
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio Bianucci committed May 4, 2021
1 parent 718a245 commit 40b1a78
Show file tree
Hide file tree
Showing 3 changed files with 17,318 additions and 25 deletions.
25 changes: 1 addition & 24 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,27 +74,4 @@ hs_err_pid*
.gradle

# MACOS
.DS_Store

#############
# From VUE Frontend / npm

node_modules
/package-lock.json

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.DS_Store
1 change: 0 additions & 1 deletion iris-client-fe/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
node_modules
/dist
/package-lock.json

# local env files
.env.local
Expand Down
Loading

0 comments on commit 40b1a78

Please sign in to comment.