Skip to content

Commit

Permalink
Merge pull request #64 from nodefony/dev
Browse files Browse the repository at this point in the history
upgrade to nodeofny 6
  • Loading branch information
ccamensuli authored Apr 2, 2022
2 parents 360e100 + a6ae92c commit dcabcc0
Show file tree
Hide file tree
Showing 176 changed files with 96,578 additions and 95,956 deletions.
55 changes: 51 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,56 @@ config/certificates/**/*
/nbproject/private/


#Ignore directory
/tmp/*
/web/*

assets
#**/assets/**
**/assets/**
app/Resources/public/assets/
src/bundles/react-bundle/Resources/public/assets/
src/bundles/react-bundle/Resources/public/dist/
src/bundles/vue-bundle/Resources/public/assets/


config/generatedConfig.yml

app/Resources/databases/*
app/*.db
app/build

node_modules/**
**/node_modules/**
**/precache-manifest*
npm-debug.log
yarn-error.log
.~lock*

yarn.lock
package-lock.json
package-lock.json/**
**/package-lock.json/**
yarn.lock/**
**/yarn.lock/**
*/yarn.lock
*/package-lock.json
*.[oa]

config/certificates/**/*

**/assets/**/*.map
src/**/assets/**/*.map

#Ignore vin backup
*.swp
*.swn
*.swo
#emacs
*~
# macos
.DS_Store
.ftpconfig
.ftpignore

.srl
# Eclipse file
/.project
/.settings
/nbproject/private/
Loading

0 comments on commit dcabcc0

Please sign in to comment.