Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoKle committed Jun 22, 2024
0 parents commit f0c38f9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.vscode/
*.pyc
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Airport Data

Manages the airport data used on the VATSIM Germany homepage.

> [!WARNING]
> Work in progress
```
[airport]
picture = "www.link.de"
sop_link = "kb.vatger.de/sop"
```

0 comments on commit f0c38f9

Please sign in to comment.