forked from mediamonks/tilt-game-android
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (37 loc) · 1.24 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
# .gitignore examples
# https://github.com/github/gitignore
# todo??
# https://github.com/github/gitignore/blob/master/Global/NetBeans.gitignore
# https://github.com/github/gitignore/blob/master/Symfony.gitignore
# https://github.com/github/gitignore/blob/master/SymphonyCMS.gitignore
# https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# osx metadata
.DS_Store
# JetBrains project files (contains local paths)
# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
.idea
# node_modules should be installed with 'npm install' in the folder containing a 'package.json'
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
# composer.lock
composer.phar
vendor/
# a frontend build should be generated with 'grunt release' in the /tools/build/ folder
build
# build cache
.tscache
.sass-cache
# sourcemaps
*.css.map
*.js.map
# Coverage directory used by tools like istanbul
coverage
# Project specific
*.iml
.gradle
.idea
/local.properties
/_design
/app/sig