Skip to content

Commit

Permalink
Ignore more files
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Nov 5, 2024
1 parent 8b2dbd8 commit 7cf778d
Showing 1 changed file with 45 additions and 6 deletions.
51 changes: 45 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,49 @@
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
*.test
*.out

# Object files and cached files
*.o
*.a
*.bak

# Build directories
bin/

# Logs and temp files
*.log
*.o
*.swp
*.tar.gz
*.tmp
fstab
fstab.txt
fstabfmt
*.swp
*.bak
*.log
.DS_Store

# Ignore editor or IDE directories
.idea/
.vscode/
*.iml

# cmd directory: ignore everything except Go source files and documentation
cmd/*/*
!cmd/*/*.go
!cmd/*/*.txt
!cmd/*/*.md
!cmd/*/*.rst
!cmd/*/*.asciidoc
!cmd/*/*.1*

# images not in img/
*.bmp
*.gif
*.jpeg
*.jpg
*.png
*.webp
!img/*

# Orbiton include.txt file
include.txt

0 comments on commit 7cf778d

Please sign in to comment.