Sesame-Disk / cool-storage-api

3 stars 0 forks source link

Create the .gitignore file Golang Project #6

Closed aguzmans closed 2 years ago

aguzmans commented 2 years ago

File for git to ignore files (.gitignore) What should never be public about this project;

  1. Secrets.
  2. Environment files.
  3. Binaries.

Story points: 1

ezielramos commented 2 years ago

gitignore file Golang Proyect

# ignore ALL .log files
*.log

# ignore ALL files in ANY directory named temp
temp/

# ignore ALL .exe files
*.exe

*.vscode
alvaldes commented 2 years ago

Take a look at this Go.ignorefile file, here are some others binaries and test logs files to exclude from git