diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore index 9b779cc25..8694f6b7e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,16 +22,9 @@ yacy.log /build/ .gradle source/net/yacy/peers/operation/yacyBuildProperties.java -**/.idea/workspace.xml -**/.idea/tasks.xml -**/.idea/dictionaries -**/.idea/vcs.xml -**/.idea/jsLibraryMappings.xml -**/.idea/dataSources.ids -**/.idea/dataSources.xml -**/.idea/dataSources.local.xml -**/.idea/sqlDataSources.xml -**/.idea/dynamic.xml -**/.idea/uiDesigner.xml +/.idea/ +.idea/ *.iws -/out/
\ No newline at end of file +/out/ +/.settings/ + |
