forked from playframework/play1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (41 loc) · 640 Bytes
/
.gitignore
File metadata and controls
45 lines (41 loc) · 640 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
35
36
37
38
39
40
41
42
43
44
# General temp files
.DS_Store
*.ser
*.pyc
# Files related to Play build or usage
id
dist
bin
framework/classes
framework/test-classes
framework/tests-results
framework/out
framework/play.jar
framework/src/version
framework/src/play/version
framework/tests/test-application/db
framework/play-*.jar
framework/docs
samples-and-tests/*/test-result/
# IDE and editors
/bin
*~
.idea
nbproject
eclipse
.amateras
.settings
.classpath
.project
*.iml
*.ipr
*.iws
atlassian-ide-plugin.xml
# modules/: exclude except for core modules
modules/*
!modules/docviewer
!modules/crud
!modules/console
!modules/grizzly
!modules/secure
!modules/testrunner