aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-25 10:31:33 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-25 11:08:54 +0700
commit1b7147bac95a35795d03029e00082a2695a99e95 (patch)
tree1691af36df0af143f0198a02542a220657a13efb /.gitignore
parent1337e1a5fbc5f671e1a66c1e0d1e7bc9d4b4ebd8 (diff)
downloadaspectj-1b7147bac95a35795d03029e00082a2695a99e95.tar.gz
aspectj-1b7147bac95a35795d03029e00082a2695a99e95.zip
Add developer info + sample config about how to work with a RAM disk
There are two files: - docs/developer/ram-disk/maven.config - docs/developer/ram-disk/settings-ramdisk.xml The latter contains info about how to set up a development environment inside a RAM disk. Both files are to be copied to the project's '.mvn' folder in the root directory and adjusted according to the description. Just in case, .gitignore ignores the files if they exist in '.mvn', so they are not being staged and committed accidentally. An additional screenshot shows how to configure the Windows Recycle Bin to immediately delete files in order too save space on the RAM disk. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 09871eb4e..72aa1c74c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,7 @@ log.txt
# No idea where these come from
bin/
+
+# When using a RAM disk to speed up development, see how-to in docs/developer/ram-disk/settings-ramdisk.xml
+/.mvn/maven.config
+/.mvn/settings-ramdisk.xml