This is my .gitignore page
.DS_Store
node_modules
/dist
# 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
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
#dbconnector
dbconnector.js
And it isn't ignoring the dbconnector.js file who is on that specific location
I already tryed this three lines as replacement for dbconnector.js
but it doesn't worked
server/dbconnector.js
./server/dbconnector.js
**/dbconnector.js