.gitignore 101 B

123456789
  1. # Visual Studio files
  2. .vs/
  3. *.user
  4. # Output object and binary folders
  5. [Dd]ebug/
  6. [Rr]elease/
  7. [Bb]in/