CigarLounge / sbox-TTT

TTT is a mafia-esque multiplayer game created using s&box
https://cigarlounge.github.io/
Other
21 stars 11 forks source link

Add csproj files back to gitignore #341

Closed youarereadingthis closed 1 year ago

youarereadingthis commented 1 year ago

Adding the project to sbox modifies the .csproj file to point to your local directories.

These paths are probably not the same for each user.

matekdev commented 1 year ago

Can you remove the csproj file from the repo?

git rm -r --cached .
git add .
git commit -m "Drop files from .gitignore"

Try that

matekdev commented 1 year ago

thanks!!