forked from Gamua/Starling-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
43 lines (36 loc) · 880 Bytes
/
.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
# =================================================================================================
#
# Starling Framework
# Copyright 2011-2014 Gamua. 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/
tests/libs/
out/
# Eclipse / Flash Builder
.settings/
.flexProperties
.FlexUnitSettings
.actionScriptProperties
# IntelliJ IDEA
*.iws
**/.idea/workspace.xml
**/.idea/tasks.xml
**/.idea/dictionaries
# Gradle CI
.gradle/
build/
!starling/build/
# Maven CI
target/
# OS X folders
.DS_Store
# FlashBuilder auto generated test runners
FlexUnitApplication.as
FlexUnitCompilerApplication.as