Skip to content

Commit 85fa6ed

Browse files
committed
Update .gitignore file
1 parent dd0a9dc commit 85fa6ed

1 file changed

Lines changed: 17 additions & 18 deletions

File tree

.gitignore

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
# Build and Release Folders
2-
bin-debug/
3-
bin-release/
4-
[Oo]bj/
5-
[Bb]in/
6-
7-
# Other files and folders
8-
.settings/
9-
10-
# Executables
11-
*.swf
12-
*.air
13-
*.ipa
14-
*.apk
15-
16-
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
17-
# should NOT be excluded as they contain compiler settings and other important
18-
# information for Eclipse / Flash Builder.
1+
Source/.svn
2+
Source/GPUCache
3+
Source/modeler-merge-marker
4+
Source/.mendix-cache
5+
Source/*.mpr.lock
6+
Source/*.mpr.bak
7+
Source/*.mpr.left*
8+
Source/*.mpr.right*
9+
Source/.settings
10+
Source/deployment
11+
Source/theme-cache
12+
proxies
13+
target
14+
*.launch
15+
.classpath
16+
.project
17+
.vscode

0 commit comments

Comments
 (0)