.gitignore
# Add any directories, files, or patterns you don't want to be tracked by version control
.idea/*
*.iml
*.ipr
*.iws
target/*
.DS_Store
vs.bin
App_Data/*
node_modules
src/main/resources/static/*
!src/main/resources/static/.gitkeep
node/
etc/
package-lock.json
Licenses/*
!Licenses/.gitkeep
DocumentSamples/*
!DocumentSamples/.gitkeep
#License files
*.lic