This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

add .gitignore file

remove ini file

ignore env files

+24
+24
.gitignore
··· 1 + # Compiled JavaScript files 2 + node_modules/ 3 + dist/ 4 + build/ 5 + 6 + # TypeCheck results 7 + *.tsbuildinfo 8 + 9 + # VS Code files 10 + .vscode/ 11 + 12 + # Editor temporary/backup files 13 + *.swp 14 + *.swo 15 + 16 + # Environment files 17 + .env* 18 + *.env 19 + 20 + # Testing coverage reports 21 + coverage/ 22 + 23 + # Specific file extensions (if needed) 24 + *.js*
config.ini

This is a binary file and will not be displayed.