How to ignore gitignore. Folder at the beginning

I need to ignore all files in the .nuxt folder

writing: .nuxt / and .nuxt / in .gitignore has no effect

this is my .gitignore file code

.DS_Store
node_modules/
.nuxt/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

-sharp Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln

I want to know how to set ignore through the .gitignore file. Folder at the beginning

Git
Apr.09,2021

-sharp .
.*
-sharp  .gitignore 
!/.gitignore
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b215-2b9e8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b215-2b9e8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?