commit 736645f680d66a9a9fb85800dd4b80689b70ac72 Author: arlettamorgan Date: Fri Jan 28 14:08:18 2022 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6feb820 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# ---> CodeKit +# General CodeKit files to ignore +config.codekit +config.codekit3 +/min + +# ---> C++ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f6e12a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Research_custom + +In addition to writing for academic purposes, an academic research writer can also write for personal pleasure. Many writers take on research projects as part of their work. \ No newline at end of file