Add and update gitignore files
authorNathael Pajani <nathael.pajani@ed3l.fr>
Sat, 11 Feb 2023 04:29:05 +0000 (05:29 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Sat, 11 Feb 2023 04:29:05 +0000 (05:29 +0100)
.gitignore
apps/.gitignore [new file with mode: 0644]

index 92034fa..912a6e0 100644 (file)
@@ -3,7 +3,7 @@
 # subdirectories here. Add them in the ".gitignore" file
 # in that subdirectory instead.
 #
-# NOTE! Please use 'git ls-files -i --exclude-standard'
+# NOTE! Please use 'git ls-files -ioc --exclude-standard'
 # command after changing this file, to see if there are
 # any tracked files which get ignored after the change.
 #
diff --git a/apps/.gitignore b/apps/.gitignore
new file mode 100644 (file)
index 0000000..f00f18a
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# NOTE! Don't add files that are generated in specific
+# subdirectories here. Add them in the ".gitignore" file
+# in that subdirectory instead.
+#
+# NOTE! Please use 'git ls-files -ioc --exclude-standard'
+# command after changing this file, to see if there are
+# any tracked files which get ignored after the change.
+#
+# Normal rules
+#
+*
+!.gitignore
+!README