Skip to content

Commit

Permalink
Update .gitignore and add .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetsait committed Apr 12, 2024
1 parent a178574 commit 628942c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
38 changes: 32 additions & 6 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,35 @@
out/
mixins.txt

# Build Directories
[Bb]in

# Dependency Folders
[Ll]ib

# Compiled Object Files
*.o
*.obj

# Compiled Dynamic Libraries
*.so
*.dylib
*.dll

# Compiled Static Libraries
*.a
*.lib

# Executables
*.exe

# Code coverage
*.lst

# ===
# DUB
# ===
.dub
docs.json
__dummy.html
*.a
*.o
*.so
*.obj
__test__*__
docs/
build/

0 comments on commit 628942c

Please sign in to comment.