File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# +-------------------------------------------------------------------------+
2- # | Copyright (C) 2004-2025 The Cacti Group |
2+ # | Copyright (C) 2004-2026 The Cacti Group |
33# | |
44# | This program is free software; you can redistribute it and/or |
55# | modify it under the terms of the GNU General Public License |
1818# +-------------------------------------------------------------------------+
1919# | http://www.cacti.net/ |
2020# +-------------------------------------------------------------------------+
21+ #
22+ # For any folder that ignores all subcontent (<folder>/**), you
23+ # must MANUALLY use 'git add' to include a file as source
24+ # controlled. This is to prevent addition of local specific
25+ # content bleeding into cacti's main sources.
26+ #
2127
28+ # Ignore vim swap files
29+ * .swp
30+ * .rnd
2231
23- locales / po / * .mo
32+ # Ignore Cacti config
2433config.php
34+
35+ # Ignore any mac DS_Store files
36+ .DS_Store
37+
38+ # Ignore .well-known folders (certbot)
39+ .well-known
40+
41+ # Ignore .omc directory
42+ .omc /**
43+
44+ # Nested .omc
45+ locales /po /.omc /**
46+
47+ # Ignore language files
48+ locales /po /* .mo
49+
50+ # Ignore visual studio code
51+ .vscode /**
52+
You can’t perform that action at this time.
0 commit comments