Browse Source

Initial commit

Baglio Tabifata 4 năm trước cách đây
commit
8f35db6f32
2 tập tin đã thay đổi với 35 bổ sung0 xóa
  1. 33 0
      .gitignore
  2. 2 0
      README.md

+ 33 - 0
.gitignore

@@ -0,0 +1,33 @@
+# ---> Java
+# 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*
+
+# ---> VisualStudioCode
+.vscode/*
+!.vscode/settings.json
+!.vscode/tasks.json
+!.vscode/launch.json
+!.vscode/extensions.json
+*.code-workspace
+

+ 2 - 0
README.md

@@ -0,0 +1,2 @@
+# DuPAL_Analyzer
+