Wed, 13 May 2020 21:10:23 +0200
simplifies menu generation, adds submenus and removes VersionsModule (versions will be part of the ProjectsModule)
0 | 1 | syntax: regexp |
2 | ^nbproject/private/ | |
3 | ^build/ | |
29 | 4 | ^target/ |
7
598670d5b0b8
core functionality should also use the modules system, changed the code structure accordingly
Mike Becker <universe@uap-core.de>
parents:
3
diff
changeset
|
5 | ^dist/ |
3
acf54d3fa1d1
switched to tomcat 8.5 (should be developed this way for maximum compatibility)
mike@uapl02
parents:
0
diff
changeset
|
6 | \.orig\..*$ |
acf54d3fa1d1
switched to tomcat 8.5 (should be developed this way for maximum compatibility)
mike@uapl02
parents:
0
diff
changeset
|
7 | \.orig$ |
acf54d3fa1d1
switched to tomcat 8.5 (should be developed this way for maximum compatibility)
mike@uapl02
parents:
0
diff
changeset
|
8 | \.chg\..*$ |
acf54d3fa1d1
switched to tomcat 8.5 (should be developed this way for maximum compatibility)
mike@uapl02
parents:
0
diff
changeset
|
9 | \.rej$ |
acf54d3fa1d1
switched to tomcat 8.5 (should be developed this way for maximum compatibility)
mike@uapl02
parents:
0
diff
changeset
|
10 | \.conflict\~$ |
29 | 11 | \.iml$ |
12 | \.idea/ |