Skip to content

Commit 927f8dc

Browse files
committed
ignore .swp files when building src release
just in case. I accidentally did this while working on the 1.14.0 release.
1 parent 19305c6 commit 927f8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fineract-war/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ distributions {
150150
'**/.classpath', '.idea', 'out', '._.DS_Store', '.DS_Store', 'WebContent',
151151
'**/.externalToolbuilders', '.theia', 'LICENSE_RELEASE',
152152
'NOTICE_RELEASE', '**/licenses', '*.class', '**/bin', '*.log', '.dockerignore',
153-
'**/.gitkeep', '.atr-rat-excludes-bin.txt'
153+
'**/.gitkeep', '*.swp', '.atr-rat-excludes-bin.txt'
154154

155155
// Ensure consistent file paths for caching
156156
eachFile { details ->

0 commit comments

Comments
 (0)