Skip to content

Commit

Permalink
Fix the available Git configuration (#8)
Browse files Browse the repository at this point in the history
[#7] Fix the available Git configuration

- fixed

Signed-off-by: Georgi Boyvalenkov <[email protected]>
  • Loading branch information
gboyvalenkov-bosch authored Aug 26, 2022
1 parent 7f747ee commit c14e985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 55 deletions.
19 changes: 1 addition & 18 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
*.sh text eol=lf
server text eol=lf
server.* text eol=lf
#assemblies/*/src/*/resources/** auto eol=lf

*.crp -text
*.ico -text
*.jpg -text
*.png -text
*.jpeg -text
*.lnk -text
*.gz -text
*.bz2 -text
*.xz -text
*.tar -text

*.bat text eol=crlf
*.vcproj text eol=crlf
*.go text eol=lf
39 changes: 2 additions & 37 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,38 +1,3 @@
# Maven
target/

# Checkstyle
.checkstyle

# PMD
.pmd

# Eclipse
.classpath
.project
.settings/

# IntelliJ
**/log/
.idea/
*.iml
*.iws

# Mac
.DS_Store

# Go
*.log
*.*~
*.exe
things.db
**/logs/
cloudagent_coverage.out
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/
.vscode/

0 comments on commit c14e985

Please sign in to comment.