artificialintel 1 miesiąc temu
commit
be2a1956ad
3 zmienionych plików z 79 dodań i 0 usunięć
  1. 69
    0
      .gitignore
  2. 7
    0
      LICENSE
  3. 3
    0
      README.md

+ 69
- 0
.gitignore Wyświetl plik

@@ -0,0 +1,69 @@
1
+# ---> Android
2
+# Built application files
3
+*.apk
4
+*.ap_
5
+*.aab
6
+
7
+# Files for the ART/Dalvik VM
8
+*.dex
9
+
10
+# Java class files
11
+*.class
12
+
13
+# Generated files
14
+bin/
15
+gen/
16
+out/
17
+
18
+# Gradle files
19
+.gradle/
20
+build/
21
+
22
+# Local configuration file (sdk path, etc)
23
+local.properties
24
+
25
+# Proguard folder generated by Eclipse
26
+proguard/
27
+
28
+# Log Files
29
+*.log
30
+
31
+# Android Studio Navigation editor temp files
32
+.navigation/
33
+
34
+# Android Studio captures folder
35
+captures/
36
+
37
+# IntelliJ
38
+*.iml
39
+.idea/workspace.xml
40
+.idea/tasks.xml
41
+.idea/gradle.xml
42
+.idea/assetWizardSettings.xml
43
+.idea/dictionaries
44
+.idea/libraries
45
+.idea/caches
46
+
47
+# Keystore files
48
+# Uncomment the following lines if you do not want to check your keystore files in.
49
+#*.jks
50
+#*.keystore
51
+
52
+# External native build folder generated in Android Studio 2.2 and later
53
+.externalNativeBuild
54
+
55
+# Google Services (e.g. APIs or Firebase)
56
+google-services.json
57
+
58
+# Freeline
59
+freeline.py
60
+freeline/
61
+freeline_project_description.json
62
+
63
+# fastlane
64
+fastlane/report.xml
65
+fastlane/Preview.html
66
+fastlane/screenshots
67
+fastlane/test_output
68
+fastlane/readme.md
69
+

+ 7
- 0
LICENSE Wyświetl plik

@@ -0,0 +1,7 @@
1
+This software code is made available "AS IS" without warranties of any kind.
2
+You may copy, display, modify and redistribute the software code either by
3
+itself or as incorporated into your code; provided that > you do not remove
4
+any proprietary notices. Your use of this software code is at your own risk
5
+and you waive any claim against Amazon Digital Services, Inc. or its affiliates
6
+with respect to your use of this software code. (c) 2006 Amazon Digital Services,
7
+Inc. or its affiliates.

+ 3
- 0
README.md Wyświetl plik

@@ -0,0 +1,3 @@
1
+# intelligence
2
+
3
+Experiencing steady growth driven by government initiatives promoting digital transformation and increasing consumer awareness of the benefits of modern communication tools.

Ładowanie…
Anuluj
Zapisz