-
Notifications
You must be signed in to change notification settings - Fork 826
/
.gitignore
57 lines (46 loc) · 1.06 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# =================================================================================================
#
# Starling Framework
# Copyright Gamua GmbH. All Rights Reserved.
#
# This program is free software. You can redistribute and/or modify it
# in accordance with the terms of the accompanying license agreement.
#
# =================================================================================================
# Build and Release Folders
bin-debug/
bin-release/
starling/doc/html/
starling/bin/starling.swc
tests/libs/
out/
# Eclipse / Flash Builder
.settings/
.flexProperties
.FlexUnitSettings
.actionScriptProperties
# IntelliJ IDEA
*.iws
**/.idea/workspace.xml
**/.idea/tasks.xml
**/.idea/dictionaries
# Visual Studio Code
**/.vscode/settings.json
# Xcode
xcuserdata/
# Gradle CI
.gradle/
build/
!starling/build/
# Maven CI
target/
# OS X folders
.DS_Store
# FlashBuilder auto generated test runners
FlexUnitApplication.as
FlexUnitCompilerApplication.as
# Release package
starling/bin/starling-*.zip
starling/build/apm/*.airpackage
# ANE dir
samples/scaffold_mobile/lib/