summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArghKevin <50538286+ArghKevin@users.noreply.github.com>2024-04-11 21:32:22 -0700
committerGitHub <noreply@github.com>2024-04-11 21:32:22 -0700
commitcc09e337a586a13446f8b2a2f5725621ba3bc5b3 (patch)
tree9ddea4df5683a054fad4c2b3fe9560bc22d72284
Initial commit
-rw-r--r--.gitignore24
-rw-r--r--README.md1
2 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..524f096
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+# Compiled class file
+*.class
+
+# Log file
+*.log
+
+# BlueJ files
+*.ctxt
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.nar
+*.ear
+*.zip
+*.tar.gz
+*.rar
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+replay_pid*
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..148e81c
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+# GoogleFontStyleVSPopularity \ No newline at end of file