소스 검색

Initial commit

asgharali54 10 달 전
커밋
7c376ad557
3개의 변경된 파일115개의 추가작업 그리고 0개의 파일을 삭제
  1. 102 0
      .gitignore
  2. 10 0
      LICENSE
  3. 3 0
      README.md

+ 102 - 0
.gitignore

@@ -0,0 +1,102 @@
+# ---> Actionscript
+# Build and Release Folders
+bin/
+bin-debug/
+bin-release/
+
+# Other files and folders
+.settings/
+
+# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
+# should NOT be excluded as they contain compiler settings and other important
+# information for Eclipse / Flash Builder.
+
+# ---> Ada
+# Object file
+*.o
+
+# Ada Library Information
+*.ali
+
+# ---> Android
+# Built application files
+*.apk
+*.ap_
+
+# Files for the Dalvik VM
+*.dex
+
+# Java class files
+*.class
+
+# Generated files
+bin/
+gen/
+
+# Gradle files
+.gradle/
+build/
+
+# Local configuration file (sdk path, etc)
+local.properties
+
+# Proguard folder generated by Eclipse
+proguard/
+
+# Log Files
+*.log
+
+# Android Studio Navigation editor temp files
+.navigation/
+
+# Android Studio captures folder
+captures/
+
+# ---> AppEngine
+# Google App Engine generated folder
+appengine-generated/
+
+# ---> ArchLinuxPackages
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/
+
+# ---> Archives
+# It's better to unpack these files and commit the raw source because
+# git has its own built in compression methods.
+*.7z
+*.jar
+*.rar
+*.zip
+*.gz
+*.bzip
+*.bz2
+*.xz
+*.lzma
+*.cab
+
+#packing-only formats
+*.iso
+*.tar
+
+#package management formats
+*.dmg
+*.xpi
+*.gem
+*.egg
+*.deb
+*.rpm
+*.msi
+*.msm
+*.msp
+

+ 10 - 0
LICENSE

@@ -0,0 +1,10 @@
+This is APREAMBL.TEX, version 1.10e, written by Hans-Hermann Bode 
+(HHBODE@DOSUNI1.BITNET), for the BibTeX `adaptable' family, version 1.10. 
+See the file APREAMBL.DOC for a detailed documentation.
+This program is distributed WITHOUT ANY WARRANTY, express or implied.
+
+Copyright (C) 1991, 1992 Hans-Hermann Bode
+
+Permission is granted to make and distribute verbatim copies of this document provided that the copyright notice and this permission notice are preserved on all copies.
+
+Permission is granted to copy and distribute modified versions of this document under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.

+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# website
+
+https://explormore.site/