Skip to content

Commit fcdb7c1

Browse files
committed
Initial commit
0 parents  commit fcdb7c1

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Disable automatic end-of-line conversion for all files.
2+
* -text

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.idea/
2+
.vscode/
3+
*~
4+
*.autosave
5+
*.swp
6+
.DS_Store
7+
Thumbs.db

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# librepcb-api-server

0 commit comments

Comments
 (0)