diff options
| author | Fuwn <[email protected]> | 2022-04-04 09:27:31 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-04 09:27:31 +0000 |
| commit | cdd70a90aa08713a24ff5489f9e0f23fb38d2762 (patch) | |
| tree | 9bc1e70a3a163223e2181c388dd5ebeafb8a1af0 /.dockerignore | |
| download | maple-0.1.0.tar.xz maple-0.1.0.zip | |
feat: maple 0.1.0 :star:0.1.0
Diffstat (limited to '.dockerignore')
| -rw-r--r-- | .dockerignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..a5707a7 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,13 @@ +# Development +*.pem +out/ + +# CMake +cmake-build-*/ +CMakeLists.txt + +# Ninja +.ninja_* + +# IDE +.idea/ |