You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/01/25 05:11:01 UTC

[royale-docs] branch develop updated: ignore jekyll output and local_config.yml

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7226e9e  ignore jekyll output and local_config.yml
7226e9e is described below

commit 7226e9e1fedf20a6a9a832ed17626e0f2f0958c8
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Jan 24 21:10:54 2018 -0800

    ignore jekyll output and local_config.yml
---
 .gitignore | 154 +++++++++++--------------------------------------------------
 1 file changed, 28 insertions(+), 126 deletions(-)

diff --git a/.gitignore b/.gitignore
index 352c363..0364dfc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
+# jekyll
+/_site/
+local_config.yml
+
 # eclipse conf file
 .settings
 .classpath
@@ -5,143 +9,41 @@
 .manager
 .scala_dependencies
 .cache
-.actionScriptProperties
-.flexProperties
-.flexLibProperties
 
 # idea conf files
 .idea
 *.iml
 *.ipr
 *.iws
-
-# building
-target/
-[Bb]uild/
-null
-tmp
-temp
-dist
-test-output
-build.log
-release
-fonts
-out
-gen
-bin-debug
-bin-release
-binjs-debug
-binjs-release
-examples/FlexJSTest_again/html-template
-examples/FlexJSTest_again/bin
-rat.report
-mustella/tests/basicTests/bin
-asdoc-output
-
-#Apache Flex Projects
-lib/
-libs/
-in/
-swfobject/
-flex2/
-thirdparty/
-3.0.33/
-3.0.33
-
-*.pbj
-*.vms
-*.ser
-*.mxp
-bundles.properties
-empty.properties
-css_*.properties
-FXGException_*.properties
-FXGLog_*.properties
-FABridge.js
-frameworks/projects/spark/manifest.xml
-frameworks/air-config.xml
-frameworks/createjs-config.xml
-frameworks/flex-config.xml
-frameworks/jquery-config.xml
-frameworks/js-config.xml
-frameworks/node-config.xml
-frameworks/royale-config.xml
-env.properties
-local.properties
-/flex-sdk-description.xml
-/royale-sdk-description.xml
+*.eml
 
 #OS junk files
 [Tt]humbs.db
 *.DS_Store
+/jenkins/
 
-#Files we fake for Flash Builder SDKs
-frameworks/airmobile-config.xml
-frameworks/mxml-manifest.xml
-frameworks/spark-manifest.xml
-frameworks/themes/Halo/Halo.swc
-frameworks/themes/Spark/spark.css
-ide/flashbuilder/flashbuilder-config.xml
-
-#Visual Studio files
-*.[Oo]bj
-*.user
-*.aps
-*.pch
-*.vspscc
-*.vssscc
-*_i.c
-*_p.c
-*.ncb
-*.suo
-*.tlb
-*.tlh
-*.bak
-*.[Cc]ache
-*.ilk
-*.log
-*.lib
-*.sbr
-*.sdf
-ipch/
-obj/
-[Dd]ebug/
-[Rr]elease*/
-Ankh.NoLoad
-!releasemgr
-
-#Tooling
-_ReSharper*/
-*.resharper
-
-#CVS files
-.svn
-.git
-
-# Office Temp Files
-~$*
-
-#Binaries
-*.dll
-*.bin
-*.com
-*.exe
-*.class
-*.jar
-*.swf
-*.swc
-
-#Compressed Files
-*.zip
-*.rar
-*.tar
+# Maven files
+target/
 
-#VF2JS generated files
-vf2js/frameworks/js/
+local.properties
+env.properties
 
-#FlexJS generated files
-frameworks/js/FlexJS/generated-sources
-manualtests/FlexJSTest_SVG/bin
+out/
+temp/
+rat.report
 
-#npm
-node_modules
+# files copied from google closure compiler
+externs/js/externs
+externs/jquery/externs
+externs/jasmine/externs
+externs/createjs/externs
+externs/createjs/in
+externs/google_maps/externs
+externs/node/externs
+
+# debugger output folders
+debugger/bin/
+debugger/generated/
+
+# Asciidoctor related temp files
+ditaa-diagram.*
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.