Browse Source

Initial commit

pal7memtor 2 weeks ago
commit
a1dc914a76
3 changed files with 105 additions and 0 deletions
  1. 101 0
      .gitignore
  2. 1 0
      LICENSE
  3. 3 0
      README.md

+ 101 - 0
.gitignore View File

@@ -0,0 +1,101 @@
1
+# ---> Android
2
+# Built application files
3
+*.apk
4
+*.ap_
5
+
6
+# Files for the ART/Dalvik VM
7
+*.dex
8
+
9
+# Java class files
10
+*.class
11
+
12
+# Generated files
13
+bin/
14
+gen/
15
+out/
16
+
17
+# Gradle files
18
+.gradle/
19
+build/
20
+
21
+# Local configuration file (sdk path, etc)
22
+local.properties
23
+
24
+# Proguard folder generated by Eclipse
25
+proguard/
26
+
27
+# Log Files
28
+*.log
29
+
30
+# Android Studio Navigation editor temp files
31
+.navigation/
32
+
33
+# Android Studio captures folder
34
+captures/
35
+
36
+# Intellij
37
+*.iml
38
+.idea/workspace.xml
39
+.idea/tasks.xml
40
+.idea/gradle.xml
41
+.idea/dictionaries
42
+.idea/libraries
43
+
44
+# Keystore files
45
+*.jks
46
+
47
+# External native build folder generated in Android Studio 2.2 and later
48
+.externalNativeBuild
49
+
50
+# Google Services (e.g. APIs or Firebase)
51
+google-services.json
52
+
53
+# Freeline
54
+freeline.py
55
+freeline/
56
+freeline_project_description.json
57
+
58
+# ---> Ansible
59
+*.retry
60
+
61
+# ---> Ada
62
+# Object file
63
+*.o
64
+
65
+# Ada Library Information
66
+*.ali
67
+
68
+# ---> Anjuta
69
+# Local configuration folder and symbol database
70
+/.anjuta/
71
+/.anjuta_sym_db.db
72
+
73
+# ---> Archives
74
+# It's better to unpack these files and commit the raw source because
75
+# git has its own built in compression methods.
76
+*.7z
77
+*.jar
78
+*.rar
79
+*.zip
80
+*.gz
81
+*.bzip
82
+*.bz2
83
+*.xz
84
+*.lzma
85
+*.cab
86
+
87
+#packing-only formats
88
+*.iso
89
+*.tar
90
+
91
+#package management formats
92
+*.dmg
93
+*.xpi
94
+*.gem
95
+*.egg
96
+*.deb
97
+*.rpm
98
+*.msi
99
+*.msm
100
+*.msp
101
+

+ 1 - 0
LICENSE View File

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

+ 3 - 0
README.md View File

@@ -0,0 +1,3 @@
1
+# pal7mentor
2
+
3
+aws classes in pune