diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d7ea143 --- /dev/null +++ b/.gitignore @@ -0,0 +1,107 @@ +# System Generated Info +.DS_Store +*.swp + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# Jetbrain Related Project files + +## Directory-based project format: +.idea/ +# if you remove the above rule, at least ignore the following: + +# User-specific stuff: +# .idea/workspace.xml +# .idea/tasks.xml +# .idea/dictionaries + +# Sensitive or high-churn files: +# .idea/dataSources.ids +# .idea/dataSources.xml +# .idea/sqlDataSources.xml +# .idea/dynamic.xml +# .idea/uiDesigner.xml + +# Gradle: +# .idea/gradle.xml +# .idea/libraries + +# Mongo Explorer plugin: +# .idea/mongoSettings.xml + +## File-based project format: +*.ipr +*.iws + +## Plugin-specific files: + +# IntelliJ +/out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties + +# Architecture specific extensions/prefixes +*.[568vq] +[568vq].out + +# Go related stuff +*.cgo1.go +*.cgo2.c +_cgo_defun.c +_cgo_gotypes.go +_cgo_export.* + +_testmain.go +*.test +*.prof + +# binary release +/bin/ + +# configure files +/.env + +# cover test file +/cover.out +/vendor/ + +# vscode +/.vscode/ +!/.vscode/c_cpp_properties.json + +# bazel +/.user.bazelrc + diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..2458187 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +moonshot.ai \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..2812ee8 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + +
+