Skip to content

Commit 6e0c5bc

Browse files
author
trbibi
committed
gitignore in root folder edited. other gitignore files deleted. the problem which causes 'package name too long' error fixed by renaming project mitch
1 parent 7ffedad commit 6e0c5bc

File tree

311 files changed

+330
-542
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+330
-542
lines changed

.gitignore

+329-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,332 @@
1+
2+
# Created by https://www.gitignore.io/api/macos,linux,android,windows,intellij+all,androidstudio
3+
# Edit at https://www.gitignore.io/?templates=macos,linux,android,windows,intellij+all,androidstudio
4+
5+
### Android ###
6+
# Built application files
7+
*.apk
8+
*.ap_
9+
*.aab
10+
11+
# Files for the ART/Dalvik VM
12+
*.dex
13+
14+
# Java class files
15+
*.class
16+
17+
# Generated files
18+
bin/
19+
gen/
20+
out/
21+
22+
# Gradle files
23+
.gradle/
24+
build/
25+
26+
# Local configuration file (sdk path, etc)
27+
local.properties
28+
29+
# Proguard folder generated by Eclipse
30+
proguard/
31+
32+
# Log Files
33+
*.log
34+
35+
# Android Studio Navigation editor temp files
36+
.navigation/
37+
38+
# Android Studio captures folder
39+
captures/
40+
41+
# IntelliJ
142
*.iml
43+
.idea/workspace.xml
44+
.idea/tasks.xml
45+
.idea/gradle.xml
46+
.idea/assetWizardSettings.xml
47+
.idea/dictionaries
48+
.idea/libraries
49+
.idea/caches
50+
# Android Studio 3 in .gitignore file.
51+
.idea/caches/build_file_checksums.ser
52+
.idea/modules.xml
53+
54+
# Keystore files
55+
# Uncomment the following lines if you do not want to check your keystore files in.
56+
#*.jks
57+
#*.keystore
58+
59+
# External native build folder generated in Android Studio 2.2 and later
60+
.externalNativeBuild
61+
62+
# Google Services (e.g. APIs or Firebase)
63+
# google-services.json
64+
65+
# Freeline
66+
freeline.py
67+
freeline/
68+
freeline_project_description.json
69+
70+
# fastlane
71+
fastlane/report.xml
72+
fastlane/Preview.html
73+
fastlane/screenshots
74+
fastlane/test_output
75+
fastlane/readme.md
76+
77+
# Version control
78+
vcs.xml
79+
80+
# lint
81+
lint/intermediates/
82+
lint/generated/
83+
lint/outputs/
84+
lint/tmp/
85+
# lint/reports/
86+
87+
### Android Patch ###
88+
gen-external-apklibs
89+
output.json
90+
91+
### AndroidStudio ###
92+
# Covers files to be ignored for android development using Android Studio.
93+
94+
# Built application files
95+
96+
# Files for the ART/Dalvik VM
97+
98+
# Java class files
99+
100+
# Generated files
101+
102+
# Gradle files
2103
.gradle
3-
/local.properties
4-
/.idea/caches
5-
/.idea/libraries
6-
/.idea/modules.xml
7-
/.idea/workspace.xml
8-
/.idea/navEditor.xml
9-
/.idea/assetWizardSettings.xml
104+
105+
# Signing files
106+
.signing/
107+
108+
# Local configuration file (sdk path, etc)
109+
110+
# Proguard folder generated by Eclipse
111+
112+
# Log Files
113+
114+
# Android Studio
115+
/*/build/
116+
/*/local.properties
117+
/*/out
118+
/*/*/build
119+
/*/*/production
120+
*.ipr
121+
*~
122+
*.swp
123+
124+
# Android Patch
125+
126+
# External native build folder generated in Android Studio 2.2 and later
127+
128+
# NDK
129+
obj/
130+
131+
# IntelliJ IDEA
132+
*.iws
133+
/out/
134+
135+
# User-specific configurations
136+
.idea/caches/
137+
.idea/libraries/
138+
.idea/shelf/
139+
.idea/.name
140+
.idea/compiler.xml
141+
.idea/copyright/profiles_settings.xml
142+
.idea/encodings.xml
143+
.idea/misc.xml
144+
.idea/scopes/scope_settings.xml
145+
.idea/vcs.xml
146+
.idea/jsLibraryMappings.xml
147+
.idea/datasources.xml
148+
.idea/dataSources.ids
149+
.idea/sqlDataSources.xml
150+
.idea/dynamic.xml
151+
.idea/uiDesigner.xml
152+
153+
# OS-specific files
10154
.DS_Store
11-
/build
12-
/captures
13-
.externalNativeBuild
155+
.DS_Store?
156+
._*
157+
.Spotlight-V100
158+
.Trashes
159+
ehthumbs.db
160+
Thumbs.db
161+
162+
# Legacy Eclipse project files
163+
.classpath
164+
.project
165+
.cproject
166+
.settings/
167+
168+
# Mobile Tools for Java (J2ME)
169+
.mtj.tmp/
170+
171+
# Package Files #
172+
*.war
173+
*.ear
174+
175+
# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
176+
hs_err_pid*
177+
178+
## Plugin-specific files:
179+
180+
# mpeltonen/sbt-idea plugin
181+
.idea_modules/
182+
183+
# JIRA plugin
184+
atlassian-ide-plugin.xml
185+
186+
# Mongo Explorer plugin
187+
.idea/mongoSettings.xml
188+
189+
# Crashlytics plugin (for Android Studio and IntelliJ)
190+
com_crashlytics_export_strings.xml
191+
crashlytics.properties
192+
crashlytics-build.properties
193+
fabric.properties
194+
195+
### AndroidStudio Patch ###
196+
197+
!/gradle/wrapper/gradle-wrapper.jar
198+
199+
### Intellij+all ###
200+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
201+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
202+
203+
# User-specific stuff
204+
.idea/**/workspace.xml
205+
.idea/**/tasks.xml
206+
.idea/**/usage.statistics.xml
207+
.idea/**/dictionaries
208+
.idea/**/shelf
209+
210+
# Generated files
211+
.idea/**/contentModel.xml
212+
213+
# Sensitive or high-churn files
214+
.idea/**/dataSources/
215+
.idea/**/dataSources.ids
216+
.idea/**/dataSources.local.xml
217+
.idea/**/sqlDataSources.xml
218+
.idea/**/dynamic.xml
219+
.idea/**/uiDesigner.xml
220+
.idea/**/dbnavigator.xml
221+
222+
# Gradle
223+
.idea/**/gradle.xml
224+
.idea/**/libraries
225+
226+
# Gradle and Maven with auto-import
227+
# When using Gradle or Maven with auto-import, you should exclude module files,
228+
# since they will be recreated, and may cause churn. Uncomment if using
229+
# auto-import.
230+
# .idea/modules.xml
231+
# .idea/*.iml
232+
# .idea/modules
233+
234+
# CMake
235+
cmake-build-*/
236+
237+
# Mongo Explorer plugin
238+
.idea/**/mongoSettings.xml
239+
240+
# File-based project format
241+
242+
# IntelliJ
243+
244+
# mpeltonen/sbt-idea plugin
245+
246+
# JIRA plugin
247+
248+
# Cursive Clojure plugin
249+
.idea/replstate.xml
250+
251+
# Crashlytics plugin (for Android Studio and IntelliJ)
252+
253+
# Editor-based Rest Client
254+
.idea/httpRequests
255+
256+
# Android studio 3.1+ serialized cache file
257+
258+
### Intellij+all Patch ###
259+
# Ignores the whole .idea folder and all .iml files
260+
# See https://github.com/joeblau/gitignore.io/issues/186 and https://github.com/joeblau/gitignore.io/issues/360
261+
262+
.idea/
263+
264+
# Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-249601023
265+
266+
modules.xml
267+
268+
# Sonarlint plugin
269+
.idea/sonarlint
270+
271+
### Linux ###
272+
273+
# temporary files which can be created if a process still has a handle open of a deleted file
274+
.fuse_hidden*
275+
276+
# KDE directory preferences
277+
.directory
278+
279+
# Linux trash folder which might appear on any partition or disk
280+
.Trash-*
281+
282+
# .nfs files are created when an open file is removed but is still being accessed
283+
.nfs*
284+
285+
### macOS ###
286+
# General
287+
.AppleDouble
288+
.LSOverride
289+
290+
# Icon must end with two \r
291+
Icon
292+
293+
# Thumbnails
294+
295+
# Files that might appear in the root of a volume
296+
.DocumentRevisions-V100
297+
.fseventsd
298+
.TemporaryItems
299+
.VolumeIcon.icns
300+
.com.apple.timemachine.donotpresent
301+
302+
# Directories potentially created on remote AFP share
303+
.AppleDB
304+
.AppleDesktop
305+
Network Trash Folder
306+
Temporary Items
307+
.apdisk
308+
309+
### Windows ###
310+
# Windows thumbnail cache files
311+
ehthumbs_vista.db
312+
313+
# Dump file
314+
*.stackdump
315+
316+
# Folder config file
317+
[Dd]esktop.ini
318+
319+
# Recycle Bin used on file shares
320+
$RECYCLE.BIN/
321+
322+
# Windows Installer files
323+
*.cab
324+
*.msi
325+
*.msix
326+
*.msm
327+
*.msp
328+
329+
# Windows shortcuts
330+
*.lnk
331+
332+
# End of https://www.gitignore.io/api/macos,linux,android,windows,intellij+all,androidstudio

0 commit comments

Comments
 (0)