-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (29 loc) · 820 Bytes
/
.gitignore
File metadata and controls
34 lines (29 loc) · 820 Bytes
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
*.html
ads.txt
**/_out/*
**/.vscode/*
.DS_Store
build_ebook.log
temp_ebook.md
ebook/*.pdf
ebook/*.epub
convert.py
attachments/build/**
attachments/android/.gradle/**
attachments/android/.idea
attachments/android/.gradle/**
attachments/android/app/.cxx/**
attachments/android/app/build/**
local.properties
attachments/simple_engine/build/**
attachments/simple_engine/Assets/**
attachments/simple_engine/android/.gradle/**
attachments/simple_engine/android/.idea
attachments/simple_engine/android/.gradle/**
attachments/simple_engine/android/app/.cxx/**
attachments/simple_engine/android/app/build/**
attachments/simple_engine/android/app/build/**
attachments/simple_engine/android/gradle/wrapper/**
attachments/simple_engine/android/gradlew
attachments/simple_engine/android/gradlew.bat
attachments/template/build/**