Procházet zdrojové kódy

Create Ballerina.gitignore

Ramith Rodrigo před 1 rokem
rodič
revize
3af7bb0480
1 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. 11 0
      Ballerina.gitignore

+ 11 - 0
Ballerina.gitignore

@@ -0,0 +1,11 @@
+# generated files
+target/
+generated/
+
+# dependencies
+Dependencies.toml
+
+# config files
+Config.toml
+# the config files used for testing, Uncomment the following line if you want to commit the test config files
+#!**/tests/Config.toml